Skip to content

Commit d66a807

Browse files
npm-cli-botjuanarbol
authored andcommittedOct 11, 2022
deps: upgrade npm to 8.16.0
PR-URL: #44119 Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 594d943 commit d66a807

File tree

191 files changed

+9588
-2119
lines changed

Some content is hidden

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

191 files changed

+9588
-2119
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $ npm ci
6767
added 154 packages in 5s
6868
```
6969

70-
Configure Travis to build using `npm ci` instead of `npm install`:
70+
Configure Travis CI to build using `npm ci` instead of `npm install`:
7171

7272
```bash
7373
# .travis.yml

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ $ npm exec -- foo@latest bar --package=@npmcli/foo
127127
* Default:
128128
* Type: String (can be set multiple times)
129129

130-
The package to install for [`npm exec`](/commands/npm-exec)
130+
The package or packages to install for [`npm exec`](/commands/npm-exec)
131131

132132
<!-- automatically generated, do not edit manually -->
133133
<!-- see lib/utils/config/definitions.js -->

0 commit comments

Comments
 (0)