diff options
author | npm team <ops+robot@npmjs.com> | 2021-07-29 16:11:38 +0000 |
---|---|---|
committer | Node.js GitHub Bot <github-bot@iojs.org> | 2021-07-30 12:35:22 +0000 |
commit | 317e71b142fcc5892f102c3a0220577e50cec55f (patch) | |
tree | d4617fa9e3a2d3fe77ef2728d845030e836d364f /deps/npm/docs/output | |
parent | 08ef0ae998df5b7bb99e23ec9b82b27854589495 (diff) | |
download | node-new-317e71b142fcc5892f102c3a0220577e50cec55f.tar.gz |
deps: upgrade npm to 7.20.3
PR-URL: https://github.com/nodejs/node/pull/39579
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Diffstat (limited to 'deps/npm/docs/output')
-rw-r--r-- | deps/npm/docs/output/commands/npm-ls.html | 2 | ||||
-rw-r--r-- | deps/npm/docs/output/commands/npm.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/docs/output/commands/npm-ls.html b/deps/npm/docs/output/commands/npm-ls.html index 6b62ca7266..324980536d 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.20.2 /path/to/npm +<pre lang="bash"><code>npm@7.20.3 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 </code></pre> diff --git a/deps/npm/docs/output/commands/npm.html b/deps/npm/docs/output/commands/npm.html index bfb8a6c484..672238cee0 100644 --- a/deps/npm/docs/output/commands/npm.html +++ b/deps/npm/docs/output/commands/npm.html @@ -148,7 +148,7 @@ npm command-line interface <pre lang="bash"><code>npm <command> [args] </code></pre> <h3 id="version">Version</h3> -<p>7.20.2</p> +<p>7.20.3</p> <h3 id="description">Description</h3> <p>npm is the package manager for the Node JavaScript platform. It puts modules in place so that node can find them, and manages dependency |