CLI documentation update from CI
npm CLI robot committed
Nov 21, 2024 at 21:52 UTC
3bed7dee6a2bdc2e68bb97fbab84e183f41e388a
3 files changed
+3
-3
content/cli/v10/commands/npm-ls.mdx
+1
-1
@@ -52,7 +52,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
52
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:
53
54
```bash
55
-npm@10.9.0 /path/to/npm
55
+npm@10.9.1 /path/to/npm
56
└─┬ init-package-json@0.0.4
57
└── promzard@0.1.5
58
```
content/cli/v10/commands/npm.mdx
+1
-1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32
### Version
33
34
-10.9.0
34
+10.9.1
35
36
### Description
37
content/nav.yml
+1
-1
@@ -1324,7 +1324,7 @@
1324
- title: Changelog
1325
url: /cli/v9/using-npm/changelog
1326
description: Changelog notes for each version
1327
- - title: Version 10.9.0
1327
+ - title: Version 10.9.1
1328
shortName: v10
1329
url: /cli/v10
1330
default: true