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>2013-06-03 20:09:45 +0400
committerisaacs <i@izs.me>2013-06-03 20:09:45 +0400
commitecc687062adcb122f12007785a6a81f94311de55 (patch)
tree13ba687f6b8876116abda5f2dd9027c5df9064a7
parent5cba624236ea29669f5d362c1a683ab92b68f257 (diff)
install: Partial revert of 6ef60235f10a4caeac2038844fe9e1489d9aaf7d
-rw-r--r--lib/install.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/install.js b/lib/install.js
index 839b57b36..50ba5ebc5 100644
--- a/lib/install.js
+++ b/lib/install.js
@@ -27,8 +27,6 @@ install.usage = "npm install"
+ "\nIf no argument is supplied and ./npm-shrinkwrap.json is "
+ "\npresent, installs dependencies specified in the shrinkwrap."
+ "\nOtherwise, installs dependencies from ./package.json."
- + "\n\nOptions
- + "\n\n--nodedir=/path/to/node/source"
install.completion = function (opts, cb) {
// install can complete to a folder with a package.json, or any package.