Skip to content

Commit

Permalink
fix: remove "pnpm" from "engines"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Aug 25, 2023
1 parent 6cf5289 commit d19c979
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 @@ -24,8 +24,7 @@
"msw": "cli/index.js"
},
"engines": {
"node": ">=14",
"pnpm": "~7.12"
"node": ">=14"
},
"scripts": {
"start": "tsup --watch",
Expand Down

0 comments on commit d19c979

Please sign in to comment.