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/man
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-03 11:58:23 +0400
committerisaacs <i@izs.me>2010-08-03 11:58:23 +0400
commita0eb2fa9706a5d0956f8bf9797f72c01938dbc01 (patch)
treec4f3cae495e6b405ab91b60ee5dced5c75fcfd0c /man
parent62df3c71f8c101609230a6b1e731c5aa3d58e931 (diff)
Rename auto-update to update-dependents, and update docs to reflect this
Diffstat (limited to 'man')
-rw-r--r--man/config.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/config.1 b/man/config.1
index a920d3f0a..c97f9db15 100644
--- a/man/config.1
+++ b/man/config.1
@@ -109,6 +109,12 @@ Default: true
.P
Automatically activate a package after installation, if there is not an active version already\. Set to "always" to always activate when installing\.
.
+.SS "update\-dependents"
+Default: true
+.
+.P
+Automatically update a package\'s dependencies after installation, if it is the newest version installed\. Set to "always" to update dependents when a new version is installed, even if it\'s not the newest\.
+.
.SS "root"
Default: \fB$INSTALL_PREFIX/lib/node\fR
.