Skip to content

Commit

Permalink
Merge pull request #263 from Outblock:262-feature-update-pnpm-settings
Browse files Browse the repository at this point in the history
Move pnpm settings to .npmrc
  • Loading branch information
tombeckenham authored Dec 9, 2024
2 parents 897457d + ecf73ca commit 8d1d8ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
shamefully-hoist=true
node-linker=hoisted
strict-peer-dependencies=false
auto-install-peers=true
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,5 @@
"node": ">=22.11.0",
"pnpm": ">=9"
},
"pnpm": {
"shamefully-hoist": true,
"node-linker": "hoisted",
"strict-peer-dependencies": false,
"auto-install-peers": true
}
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}

0 comments on commit 8d1d8ce

Please sign in to comment.