Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-05 08:39:32 +0300
committerisaacs <i@izs.me>2010-03-05 08:40:23 +0300
commit8073b0b9838b36847bed1fa9d93ed6b7390cb2c7 (patch)
treec63fb7f56557a9e6e61d78376cbc12a3ecd88ebe /package.json
parentfbbdff345a6ac92ab47c820ff02148f9ad179f96 (diff)
Refactor out the utils/index.js file, and clean up some style issues.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index b5351c3db..b70416a71 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "directories" : { "lib" : "lib" }
, "main" : "./npm"
+, "bin" : { "npm" : "./cli.js" }
, "scripts" :
{ "install" : "scripts/install.js"
, "uninstall" : "scripts/uninstall.js"