CLI documentation update from CI

npm CLI robot committed Oct 26, 2022 at 21:59 UTC 6052343e6463fd21068dcffc440a0ff9bbbb9588
4 files changed +4 -4
cli/releases.json
+1 -1
@@ -22,6 +22,6 @@
22 "id": "v9",
23 "branch": "latest",
24 "spec": "next-9",
25 - "resolved": "https://registry.npmjs.org/npm/-/npm-9.0.0.tgz"
25 + "resolved": "https://registry.npmjs.org/npm/-/npm-9.0.1.tgz"
26 }
27 ]
content/cli/v9/commands/npm-ls.md
+1 -1
@@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
42 example, running `npm ls promzard` in npm's source tree will show:
43
44 ```bash
45 -npm@9.0.0 /path/to/npm
45 +npm@9.0.1 /path/to/npm
46 └─┬ init-package-json@0.0.4
47 └── promzard@0.1.5
48 ```
content/cli/v9/commands/npm.md
+1 -1
@@ -21,7 +21,7 @@ npm
21
22 ### Version
23
24 -9.0.0
24 +9.0.1
25
26 ### Description
27
src/theme/nav.yml
+1 -1
@@ -1044,7 +1044,7 @@
1044 - title: Removal
1045 url: /cli/v8/using-npm/removal
1046 description: Cleaning the slate
1047 - - title: Version 9.0.0 (Current Release)
1047 + - title: Version 9.0.1 (Current Release)
1048 shortName: v9
1049 url: /cli/v9
1050 default: false