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
path: root/lib
diff options
context:
space:
mode:
authorRichard Littauer <richard.littauer@gmail.com>2015-03-11 20:05:04 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-12 23:21:35 +0300
commit721b17a31690bec074eb8763d823d6de63406005 (patch)
treefe7ffbbf03937ad5c531edd80f673bef9db23cc4 /lib
parentee95d03ea3e6b4cc5275e5bed1e3c84d3529fc7c (diff)
install: removed obsolete comment
This is obviously no longer experimental, and I'm not sure this comment belongs here anymore.
Diffstat (limited to 'lib')
-rw-r--r--lib/install.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/install.js b/lib/install.js
index 1a235793d..a84296980 100644
--- a/lib/install.js
+++ b/lib/install.js
@@ -402,7 +402,6 @@ function readWrap (w) {
// if the -S|--save option is specified, then write installed packages
// as dependencies to a package.json file.
-// This is experimental.
function save (where, installed, tree, pretty, hasArguments, cb) {
if (!hasArguments ||
!npm.config.get("save") &&