Skip to content

Commit 2700e70

Browse files
npm-cli-botdanielleadams
authored andcommittedJul 6, 2023
deps: upgrade npm to 9.6.2
PR-URL: #47108 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1e6fe56 commit 2700e70

File tree

260 files changed

+3377
-2191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+3377
-2191
lines changed
 

‎deps/npm/docs/content/commands/npm-install-ci-test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Install a project with a clean slate and run tests
99
```bash
1010
npm install-ci-test
1111

12-
alias: cit
12+
aliases: cit, clean-install-test, sit
1313
```
1414

1515
### Description

‎deps/npm/docs/content/commands/npm-ls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages will *also* show the paths to the specified packages. For
2727
example, running `npm ls promzard` in npm's source tree will show:
2828

2929
```bash
30-
npm@9.5.1 /path/to/npm
30+
npm@9.6.2 /path/to/npm
3131
└─┬ init-package-json@0.0.4
3232
└── promzard@0.1.5
3333
```

0 commit comments

Comments
 (0)