Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-05-11 00:31:02 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-05-12 21:20:21 +0300
commitaefc621e67e7b39874d0da0b75c3a43d647b59c1 (patch)
tree2ad74925b56f3e2c0fe9536801d0f44eac963828 /deps/npm/docs/output/commands/npm.html
parent89f592cc82cd5c71d0e2389b75c1d36bbcd83c51 (diff)
deps: upgrade npm to 7.12.1
PR-URL: https://github.com/nodejs/node/pull/38628 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm.html')
-rw-r--r--deps/npm/docs/output/commands/npm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/docs/output/commands/npm.html b/deps/npm/docs/output/commands/npm.html
index 311c581f681..445abd0d5ce 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 &lt;command&gt; [args]
</code></pre>
<h3 id="version">Version</h3>
-<p>7.11.2</p>
+<p>7.12.1</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
@@ -222,7 +222,7 @@ done via <a href="../commands/npm-install.html"><code>npm install</code></a></li
Create an account or log in. When you do this, npm will store
credentials in the user config file config file.</li>
<li>publish:
-Use the <a href="../commands/npm-publish%60.html"><code>npm publish</code></a> command to upload your
+Use the <a href="../commands/npm-publish.html"><code>npm publish</code></a> command to upload your
code to the registry.</li>
</ul>
<h4 id="configuration">Configuration</h4>