diff options
author | npm-robot <ops+robot@npmjs.com> | 2021-05-31 23:00:00 +0000 |
---|---|---|
committer | Ruy Adorno <ruyadorno@hotmail.com> | 2021-06-01 18:39:17 -0400 |
commit | 5d9fd768f050b38e1ddd4c9a965fe7344e1f5a04 (patch) | |
tree | 30bd05898e2109bc2921d3b049473d058aa7833e /deps/npm/docs/output/commands/npm-ls.html | |
parent | 26bf4f3833f68a5287d9c91cb54ee1fba6330866 (diff) | |
download | node-new-5d9fd768f050b38e1ddd4c9a965fe7344e1f5a04.tar.gz |
deps: upgrade npm to 7.15.1
PR-URL: https://github.com/nodejs/node/pull/38880
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Ruy Adorno <ruyadorno@github.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-ls.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-ls.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/docs/output/commands/npm-ls.html b/deps/npm/docs/output/commands/npm-ls.html index 29530b05d1..f87185539d 100644 --- a/deps/npm/docs/output/commands/npm-ls.html +++ b/deps/npm/docs/output/commands/npm-ls.html @@ -159,7 +159,7 @@ tree at all, use <a href="../commands/npm-explain.html"><code>npm explain</code> the results to only the paths to the packages named. Note that nested packages will <em>also</em> show the paths to the specified packages. For example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> -<pre lang="bash"><code>npm@7.14.0 /path/to/npm +<pre lang="bash"><code>npm@7.15.1 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 </code></pre> |