Skip to content

Commit

Permalink
chore: remove pnpm version requirement from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 8, 2025
1 parent bf15158 commit 63819a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@
"vitest": "^3.0.4"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
"node": ">=22"
},
"lint-staged": {
"*.{cjs,mjs,js,jsx,cts,mts,ts,tsx,json}": "eslint --fix",
Expand Down

0 comments on commit 63819a2

Please sign in to comment.