From 65622135232ccc0dc0cbf41933b719f083f18022 Mon Sep 17 00:00:00 2001 From: npm CLI robot Date: Tue, 10 Dec 2024 02:45:18 +0000 Subject: [PATCH] CLI documentation update from CI --- content/cli/v9/commands/npm-ls.mdx | 2 +- content/cli/v9/commands/npm.mdx | 2 +- content/nav.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/cli/v9/commands/npm-ls.mdx b/content/cli/v9/commands/npm-ls.mdx index 369dd76c0c0..c45e7762ec5 100644 --- a/content/cli/v9/commands/npm-ls.mdx +++ b/content/cli/v9/commands/npm-ls.mdx @@ -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 -npm@9.9.3 /path/to/npm +npm@9.9.4 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5 ``` diff --git a/content/cli/v9/commands/npm.mdx b/content/cli/v9/commands/npm.mdx index f778761bfe5..11941de5803 100644 --- a/content/cli/v9/commands/npm.mdx +++ b/content/cli/v9/commands/npm.mdx @@ -23,7 +23,7 @@ Note: This command is unaware of workspaces. ### Version -9.9.3 +9.9.4 ### Description diff --git a/content/nav.yml b/content/nav.yml index 5639d541888..3572f2071fd 100644 --- a/content/nav.yml +++ b/content/nav.yml @@ -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