summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-uninstall.1
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/man/man1/npm-uninstall.1')
-rw-r--r--deps/npm/man/man1/npm-uninstall.17
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-uninstall.1 b/deps/npm/man/man1/npm-uninstall.1
index 29df8f50f4..0863df058d 100644
--- a/deps/npm/man/man1/npm-uninstall.1
+++ b/deps/npm/man/man1/npm-uninstall.1
@@ -1,11 +1,11 @@
-.TH "NPM\-UNINSTALL" "1" "June 2017" "" ""
+.TH "NPM\-UNINSTALL" "1" "July 2017" "" ""
.SH "NAME"
\fBnpm-uninstall\fR \- Remove a package
.SH SYNOPSIS
.P
.RS 2
.nf
-npm uninstall [<@scope>/]<pkg>[@<version>]\.\.\. [\-S|\-\-save|\-D|\-\-save\-dev|\-O|\-\-save\-optional]
+npm uninstall [<@scope>/]<pkg>[@<version>]\.\.\. [\-S|\-\-save|\-D|\-\-save\-dev|\-O|\-\-save\-optional|\-\-no\-save]
aliases: remove, rm, r, un, unlink
.fi
@@ -35,6 +35,8 @@ the package version in your main package\.json:
\fB\-D, \-\-save\-dev\fP: Package will be removed from your \fBdevDependencies\fP\|\.
.IP \(bu 2
\fB\-O, \-\-save\-optional\fP: Package will be removed from your \fBoptionalDependencies\fP\|\.
+.IP \(bu 2
+\fB\-\-no\-save\fP: Package will not be removed from your \fBpackage\.json\fP file\.
.RE
.P
@@ -51,6 +53,7 @@ npm uninstall sax \-\-save
npm uninstall @myorg/privatepackage \-\-save
npm uninstall node\-tap \-\-save\-dev
npm uninstall dtrace\-provider \-\-save\-optional
+npm uninstall lodash \-\-no\-save
.fi
.RE
.SH SEE ALSO