From d3acafc1970fea9125dde7aacf85b7d4886e2ea9 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Wed, 4 Dec 2024 23:35:10 +0000 Subject: [PATCH] CLI documentation update from CI --- content/cli/v10/commands/npm-ls.mdx | 2 +- content/cli/v10/commands/npm.mdx | 2 +- content/nav.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/cli/v10/commands/npm-ls.mdx b/content/cli/v10/commands/npm-ls.mdx index 2f91dcd58da..d9eee8a8e47 100644 --- a/content/cli/v10/commands/npm-ls.mdx +++ b/content/cli/v10/commands/npm-ls.mdx @@ -52,7 +52,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 -npm@10.9.1 /path/to/npm +npm@10.9.2 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 ``` diff --git a/content/cli/v10/commands/npm.mdx b/content/cli/v10/commands/npm.mdx index fcacf42a94b..794b5dc1795 100644 --- a/content/cli/v10/commands/npm.mdx +++ b/content/cli/v10/commands/npm.mdx @@ -31,7 +31,7 @@ Note: This command is unaware of workspaces. ### Version -10.9.1 +10.9.2 ### Description diff --git a/content/nav.yml b/content/nav.yml index 78d750324d8..5639d541888 100644 --- a/content/nav.yml +++ b/content/nav.yml @@ -1324,7 +1324,7 @@ - title: Changelog url: /cli/v9/using-npm/changelog description: Changelog notes for each version - - title: Version 10.9.1 + - title: Version 10.9.2 shortName: v10 url: /cli/v10 default: true