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:
Diffstat (limited to 'man1/update.1')
-rw-r--r--man1/update.116
1 files changed, 2 insertions, 14 deletions
diff --git a/man1/update.1 b/man1/update.1
index c127b6a11..a265bb17f 100644
--- a/man1/update.1
+++ b/man1/update.1
@@ -15,19 +15,7 @@ npm update [<name> [<name> \.\.\.]]
.
.SH "DESCRIPTION"
This command will update all the packages listed to the latest version
-(specified by the \fBtag\fR config), as well as updating any dependent
-packages to use the new version, if possible\.
+(specified by the \fBtag\fR config)\.
.
.P
-Additionally, it will activate the new version, and delete any old versions, if
-safe to do so
-.
-.P
-If the \fBupdate\-dependents\fR configuration parameter is set to \fB"true"\fR, then
-packages will always be updated when they are installed, if they are the newest
-version\.
-.
-.P
-If the \fBupdate\-dependents\fR configuration parameter is set to \fB"always"\fR, then
-packages will be updated when they are installed, even if to do so would be a
-downgrade\.
+It will also install missing packages\.