summaryrefslogtreecommitdiff
path: root/deps/npm/man/man1/npm-prune.1
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-06-12 04:04:17 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-06-15 10:15:55 -0700
commit3e12561b55de721faf7bcccad1dc0ccef7c28a47 (patch)
treedfe70fe3d6d00d47981b5df180c5b0d9aff32e1e /deps/npm/man/man1/npm-prune.1
parent5c2707c1b2078e0d4ede7fadb1adfa5eebf29210 (diff)
downloadandroid-node-v8-3e12561b55de721faf7bcccad1dc0ccef7c28a47.tar.gz
android-node-v8-3e12561b55de721faf7bcccad1dc0ccef7c28a47.tar.bz2
android-node-v8-3e12561b55de721faf7bcccad1dc0ccef7c28a47.zip
deps: upgrade to npm 2.11.2
PR-URL: https://github.com/nodejs/io.js/pull/1956 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'deps/npm/man/man1/npm-prune.1')
-rw-r--r--deps/npm/man/man1/npm-prune.16
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-prune.1 b/deps/npm/man/man1/npm-prune.1
index 85fefee1af..a6178226e8 100644
--- a/deps/npm/man/man1/npm-prune.1
+++ b/deps/npm/man/man1/npm-prune.1
@@ -18,8 +18,10 @@ removed\.
Extraneous packages are packages that are not listed on the parent
package's dependencies list\.
.P
-If the \fB\-\-production\fR flag is specified, this command will remove the
-packages specified in your \fBdevDependencies\fR\|\.
+If the \fB\-\-production\fR flag is specified or the \fBNODE_ENV\fR environment
+variable is set to \fBproduction\fR, this command will remove the packages
+specified in your \fBdevDependencies\fR\|\. Setting \fB\-\-production=false\fR will
+negate \fBNODE_ENV\fR being set to \fBproduction\fR\|\.
.SH SEE ALSO
.RS 0
.IP \(bu 2