summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-prune.html
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/html/doc/cli/npm-prune.html
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/html/doc/cli/npm-prune.html')
-rw-r--r--deps/npm/html/doc/cli/npm-prune.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/deps/npm/html/doc/cli/npm-prune.html b/deps/npm/html/doc/cli/npm-prune.html
index 616fe6951d..f4b851c2ed 100644
--- a/deps/npm/html/doc/cli/npm-prune.html
+++ b/deps/npm/html/doc/cli/npm-prune.html
@@ -19,8 +19,10 @@ provided, then only packages matching one of the supplied names are
removed.</p>
<p>Extraneous packages are packages that are not listed on the parent
package&#39;s dependencies list.</p>
-<p>If the <code>--production</code> flag is specified, this command will remove the
-packages specified in your <code>devDependencies</code>.</p>
+<p>If the <code>--production</code> flag is specified or the <code>NODE_ENV</code> environment
+variable is set to <code>production</code>, this command will remove the packages
+specified in your <code>devDependencies</code>. Setting <code>--production=false</code> will
+negate <code>NODE_ENV</code> being set to <code>production</code>.</p>
<h2 id="see-also">SEE ALSO</h2>
<ul>
<li><a href="../cli/npm-rm.html"><a href="../cli/npm-rm.html">npm-rm(1)</a></a></li>
@@ -39,5 +41,5 @@ packages specified in your <code>devDependencies</code>.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">npm-prune &mdash; npm@2.11.1</p>
+<p id="footer">npm-prune &mdash; npm@2.11.2</p>