Skip to content

Commit

Permalink
CLI documentation update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npm-cli-bot committed Dec 10, 2024
1 parent 54ca5e1 commit 6562213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm-ls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
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:

```bash
[email protected].3 /path/to/npm
[email protected].4 /path/to/npm
└─┬ [email protected]
└── [email protected]
```
Expand Down
2 changes: 1 addition & 1 deletion content/cli/v9/commands/npm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.

### Version

9.9.3
9.9.4

### Description

Expand Down
2 changes: 1 addition & 1 deletion content/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@
- title: Changelog
url: /cli/v8/using-npm/changelog
description: Changelog notes for each version
- title: Version 9.9.3
- title: Version 9.9.4
shortName: v9
url: /cli/v9
default: false
Expand Down

0 comments on commit 6562213

Please sign in to comment.