Skip to content

Commit 6052343

Browse files
committed
CLI documentation update from CI
1 parent 89b45cf commit 6052343

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cli/releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"id": "v9",
2323
"branch": "latest",
2424
"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"
2626
}
2727
]

content/cli/v9/commands/npm-ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ packages will *also* show the paths to the specified packages. For
4242
example, running `npm ls promzard` in npm's source tree will show:
4343

4444
```bash
45-
npm@9.0.0 /path/to/npm
45+
npm@9.0.1 /path/to/npm
4646
└─┬ init-package-json@0.0.4
4747
└── promzard@0.1.5
4848
```

content/cli/v9/commands/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm
2121

2222
### Version
2323

24-
9.0.0
24+
9.0.1
2525

2626
### Description
2727

src/theme/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@
10441044
- title: Removal
10451045
url: /cli/v8/using-npm/removal
10461046
description: Cleaning the slate
1047-
- title: Version 9.0.0 (Current Release)
1047+
- title: Version 9.0.1 (Current Release)
10481048
shortName: v9
10491049
url: /cli/v9
10501050
default: false

0 commit comments

Comments
 (0)