CLI documentation update from CI
CI User committed
Jul 23, 2021 at 02:26 UTC
46e978aa02ec97e2a9b9ba719d09220c454002a8
5 files changed
+5
-5
cli/v7
+1
-1
@@ -1 +1 @@
1
-Subproject commit 1a2159d3cf2513e77e728e7feeaa04ad150d3812
1
+Subproject commit deeb22235bf9b7d1727cafe581e54df9f8f19efb
content/cli/v7/commands/npm-pkg.md
+1
-1
@@ -26,7 +26,7 @@ npm pkg delete <field> [.<subfield> ...]
26
27
A command that automates the management of `package.json` files.
28
`npm pkg` provide 3 different sub commands that allow you to modify or retrieve
29
-values for given object keys in your `packge.json`.
29
+values for given object keys in your `package.json`.
30
31
The syntax to retrieve and set fields is a dot separated representation of
32
the nested object properties to be found within your `package.json`, it's the
content/cli/v7/commands/npm-unpublish.md
+1
-1
@@ -17,7 +17,7 @@ github_path: docs/content/commands/npm-unpublish.md
17
### Synopsis
18
19
To learn more about how the npm registry treats unpublish, see our <a
20
-href="https://www.npmjs.com/policies/unpublish" target="_blank"
20
+href="https://docs.npmjs.com/policies/unpublish" target="_blank"
21
rel="noopener noreferrer"> unpublish policies</a>
22
23
#### Unpublishing a single version of a package
content/cli/v7/commands/npm.md
+1
-1
@@ -40,7 +40,7 @@ Run `npm help` to get a list of available commands.
40
npm comes preconfigured to use npm's public registry at
41
https://registry.npmjs.org by default. Use of the npm public registry is
42
subject to terms of use available at
43
-https://www.npmjs.com/policies/terms.
43
+https://docs.npmjs.com/policies/terms.
44
45
You can configure npm to use any compatible registry you like, and even
46
run your own registry. Use of someone else's registry is governed by
content/cli/v7/using-npm/registry.md
+1
-1
@@ -20,7 +20,7 @@ package info.
20
21
npm is configured to use the **npm public registry** at
22
<https://registry.npmjs.org> by default. Use of the npm public registry is
23
-subject to terms of use available at <https://www.npmjs.com/policies/terms>.
23
+subject to terms of use available at <https://docs.npmjs.com/policies/terms>.
24
25
You can configure npm to use any compatible registry you like, and even run
26
your own registry. Use of someone else's registry may be governed by their