Skip to content

Commit

Permalink
chore: add pnpm to packageManager in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jan 11, 2025
1 parent c5adc06 commit 9e71ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
"yarn": "Please use pnpm install dependencies",
"pnpm": ">=9"
"pnpm": "^9.0.0"
},
"packageManager": "[email protected]",
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write",
Expand Down

0 comments on commit 9e71ab9

Please sign in to comment.