diff options
author | Rebecca Turner <me@re-becca.org> | 2015-06-12 04:04:17 -0400 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-06-15 10:15:55 -0700 |
commit | 3e12561b55de721faf7bcccad1dc0ccef7c28a47 (patch) | |
tree | dfe70fe3d6d00d47981b5df180c5b0d9aff32e1e /deps/npm/html/doc/cli/npm-prune.html | |
parent | 5c2707c1b2078e0d4ede7fadb1adfa5eebf29210 (diff) | |
download | node-new-3e12561b55de721faf7bcccad1dc0ccef7c28a47.tar.gz |
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.html | 8 |
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'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> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">npm-prune — npm@2.11.1</p> +<p id="footer">npm-prune — npm@2.11.2</p> |