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>2011-10-15 01:04:56 +0400
committerisaacs <i@izs.me>2011-10-15 01:06:12 +0400
commit4eb8f6b7bfced57ce8415e98a632af5c5317011c (patch)
tree68ae609781fc65140b5e6f36f62abf8159ebc5ef /package.json
parentf2b9b5dd5b02625cf26c2050916a422650ce3e99 (diff)
Avoid accidentally opening npm.js with WSH
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 546390fd3..08797c218 100644
--- a/package.json
+++ b/package.json
@@ -19,10 +19,10 @@
, "lib" : "./lib"
, "bin" : "./bin"
}
-, "main" : "npm"
-, "bin" : { "npm" : "./bin/npm.js"
- , "npm_g" : "./bin/npm.js"
- , "npm-g" : "./bin/npm.js" }
+, "main" : "./lib/npm.js"
+, "bin" : { "npm" : "./bin/npm-cli.js"
+ , "npm_g" : "./bin/npm-cli.js"
+ , "npm-g" : "./bin/npm-cli.js" }
, "dependencies" :
{ "semver" : "1"
, "ini" : "1"