summaryrefslogtreecommitdiff
path: root/deps/npm/docs/content/commands/npm-ls.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/content/commands/npm-ls.md')
-rw-r--r--deps/npm/docs/content/commands/npm-ls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/docs/content/commands/npm-ls.md b/deps/npm/docs/content/commands/npm-ls.md
index 5fd8b033c9..b712738b3d 100644
--- a/deps/npm/docs/content/commands/npm-ls.md
+++ b/deps/npm/docs/content/commands/npm-ls.md
@@ -27,7 +27,7 @@ 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.6.4 /path/to/npm
+npm@9.6.6 /path/to/npm
└─┬ init-package-json@0.0.4
└── promzard@0.1.5
```