Skip to content

Commit

Permalink
fix: allow installs with any version of pnpm (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito authored Aug 25, 2023
1 parent 6cf5289 commit d35e851
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 d35e851

Please sign in to comment.