CLI documentation update from CI
npm CLI robot committed
Dec 10, 2024 at 02:45 UTC
65622135232ccc0dc0cbf41933b719f083f18022
3 files changed
+3
-3
content/cli/v9/commands/npm-ls.mdx
+1
-1
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
36
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:
37
38
```bash
39
-npm@9.9.3 /path/to/npm
39
+npm@9.9.4 /path/to/npm
40
└─┬ init-package-json@0.0.4
41
└── promzard@0.1.5
42
```
content/cli/v9/commands/npm.mdx
+1
-1
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
23
24
### Version
25
26
-9.9.3
26
+9.9.4
27
28
### Description
29
content/nav.yml
+1
-1
@@ -1054,7 +1054,7 @@
1054
- title: Changelog
1055
url: /cli/v8/using-npm/changelog
1056
description: Changelog notes for each version
1057
- - title: Version 9.9.3
1057
+ - title: Version 9.9.4
1058
shortName: v9
1059
url: /cli/v9
1060
default: false