Skip to content

Commit

Permalink
Replaced "engines" block with "packageManager"
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Oct 27, 2024
1 parent 7b59ee9 commit 95d2f21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18",
"pnpm": "=8"
},
"packageManager": "[email protected]",
"scripts": {
"clear": "pnpm run clear:git & pnpm run clear:library & pnpm run clear:node_modules & pnpm run clear:website",
"clear:git": "git clean -dfx",
Expand Down

0 comments on commit 95d2f21

Please sign in to comment.