Skip to content

Commit

Permalink
chore: disable package-manager-strict in .npmrc
Browse files Browse the repository at this point in the history
PNPM 9 set this to true by default, which is sometime annoying.
  • Loading branch information
haoqunjiang committed Jun 3, 2024
1 parent e9e15b0 commit 4cd8faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
engine-strict = false
strict-peer-dependencies = false
package-manager-strict = false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "module",
"engines": {
"node": ">=18",
"pnpm": "^9.0.6"
"pnpm": "^9.1.4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4cd8faf

Please sign in to comment.