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:
authornpm team <ops+robot@npmjs.com>2021-11-18 23:58:02 +0300
committerMichaël Zasso <targos@protonmail.com>2021-11-22 11:37:01 +0300
commit8a03482cf1d43df915456cfb067bbb757558ce35 (patch)
treeed7fcb2d23b61e5289bec1d5f78996b429256b47 /deps/npm/docs/output/commands/npm-bugs.html
parentbad6526a000c44faf8535411e8b0c5cce1e828d8 (diff)
deps: upgrade npm to 8.1.4
PR-URL: https://github.com/nodejs/node/pull/40865 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/npm/docs/output/commands/npm-bugs.html')
-rw-r--r--deps/npm/docs/output/commands/npm-bugs.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/deps/npm/docs/output/commands/npm-bugs.html b/deps/npm/docs/output/commands/npm-bugs.html
index e9e40aececb..5f192715705 100644
--- a/deps/npm/docs/output/commands/npm-bugs.html
+++ b/deps/npm/docs/output/commands/npm-bugs.html
@@ -1,4 +1,5 @@
-<html><head>
+<!DOCTYPE html><html><head>
+<meta charset="utf-8">
<title>npm-bugs</title>
<style>
body {
@@ -150,7 +151,7 @@ npm command-line interface
aliases: issues
</code></pre>
<h3 id="description">Description</h3>
-<p>This command tries to guess at the likely location of a package’s bug
+<p>This command tries to guess at the likely location of a package's bug
tracker URL or the <code>mailto</code> URL of the support email, and then tries to
open it using the <code>--browser</code> config param. If no package name is provided, it
will search for a <code>package.json</code> in the current folder and use the <code>name</code> property.</p>
@@ -171,7 +172,7 @@ terminal.</p>
<!-- raw HTML omitted -->
<h4 id="registry"><code>registry</code></h4>
<ul>
-<li>Default: “<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>”</li>
+<li>Default: "<a href="https://registry.npmjs.org/">https://registry.npmjs.org/</a>"</li>
<li>Type: URL</li>
</ul>
<p>The base URL of the npm registry.</p>