Skip to content

Commit

Permalink
fix: remove pnpm engine limitation (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jul 27, 2023
1 parent 699354f commit 691ad81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-cougars-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@modern-js/swc-plugins": patch
---

fix: remove pnpm engine limitation
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"@swc/helpers": "0.5.1"
},
"engines": {
"node": ">=14.17.6",
"pnpm": ">=8.0.0 <=8.6.1"
"node": ">=14.17.6"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 691ad81

Please sign in to comment.