Skip to content

Commit

Permalink
@npmcli/arborist@2.2.4
Browse files Browse the repository at this point in the history
* Do not rely on underscore fields in `package.json` files
* [#2736](https://github.com/npm/cli/issue/2736) Do not remove global
  packages when updating by name

Fix: #2736
  • Loading branch information
isaacs committed Feb 22, 2021
1 parent f3ae6ed commit 9b311fe
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 18 deletions.
4 changes: 3 additions & 1 deletion node_modules/@npmcli/arborist/bin/lib/options.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/@npmcli/arborist/lib/arborist/reify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions node_modules/@npmcli/arborist/lib/shrinkwrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@npmcli/arborist/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@npmcli/arborist": "^2.2.3",
"@npmcli/arborist": "^2.2.4",
"@npmcli/ci-detect": "^1.2.0",
"@npmcli/config": "^1.2.9",
"@npmcli/run-script": "^1.8.3",
Expand Down

0 comments on commit 9b311fe

Please sign in to comment.