Skip to content

Commit 6562213

Browse files
committed
CLI documentation update from CI
1 parent 54ca5e1 commit 6562213

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
3636
Positional arguments are `name@version-range` identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will _also_ show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show:
3737

3838
```bash
39-
npm@9.9.3 /path/to/npm
39+
npm@9.9.4 /path/to/npm
4040
└─┬ init-package-json@0.0.4
4141
└── promzard@0.1.5
4242
```

content/cli/v9/commands/npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
2323

2424
### Version
2525

26-
9.9.3
26+
9.9.4
2727

2828
### Description
2929

content/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@
10541054
- title: Changelog
10551055
url: /cli/v8/using-npm/changelog
10561056
description: Changelog notes for each version
1057-
- title: Version 9.9.3
1057+
- title: Version 9.9.4
10581058
shortName: v9
10591059
url: /cli/v9
10601060
default: false

0 commit comments

Comments
 (0)