diff options
author | Kat Marchán <kzm@sykosomatic.org> | 2015-09-04 14:47:14 -0700 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-09-06 21:38:09 +1000 |
commit | d15ba80d6f7a473a70081768500260429ecb6218 (patch) | |
tree | d83559d4277c56eab5fffb986dd1e4ec8db94a4b /deps/npm/html/doc/misc/removing-npm.html | |
parent | b4f1711a629251f6aab7615907fe7358881e0648 (diff) | |
download | node-new-d15ba80d6f7a473a70081768500260429ecb6218.tar.gz |
deps: upgrade to npm 2.14.2
PR-URL: https://github.com/nodejs/node/pull/2696
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/npm/html/doc/misc/removing-npm.html')
-rw-r--r-- | deps/npm/html/doc/misc/removing-npm.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/html/doc/misc/removing-npm.html b/deps/npm/html/doc/misc/removing-npm.html index 64aaefcdfc..f66fb5c34b 100644 --- a/deps/npm/html/doc/misc/removing-npm.html +++ b/deps/npm/html/doc/misc/removing-npm.html @@ -38,12 +38,12 @@ around:</p> </code></pre><p>Prior to version 0.3, npm used shim files for executables and node modules. To track those down, you can do the following:</p> <pre><code>find /usr/local/{lib/node,bin} -exec grep -l npm \{\} \; ; -</code></pre><p>(This is also in the <a href="../../doc/README.html"><a href="../../doc/README.html">README</a></a> file.)</p> +</code></pre><p>(This is also in the <a href="../../doc/README.html">README</a> file.)</p> <h2 id="see-also">SEE ALSO</h2> <ul> -<li><a href="../../doc/README.html"><a href="../../doc/README.html">README</a></a></li> -<li><a href="../cli/npm-rm.html"><a href="../cli/npm-rm.html">npm-rm(1)</a></a></li> -<li><a href="../cli/npm-prune.html"><a href="../cli/npm-prune.html">npm-prune(1)</a></a></li> +<li><a href="../../doc/README.html">README</a></li> +<li><a href="../cli/npm-rm.html">npm-rm(1)</a></li> +<li><a href="../cli/npm-prune.html">npm-prune(1)</a></li> </ul> </div> @@ -57,5 +57,5 @@ modules. To track those down, you can do the following:</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">removing-npm — npm@2.13.3</p> +<p id="footer">removing-npm — npm@2.14.2</p> |