Skip to content

Commit

Permalink
fix(core)!: move @swc/core to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 22, 2022
1 parent 2a6848a commit d4274f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"bugs": {
"url": "https://github.com/swc-project/swc-node/issues"
},
"dependencies": {
"@swc/core": "^1.2.172"
"peerDependencies": {
"@swc/core": ">= 1.3"
},
"funding": {
"type": "github",
Expand Down

0 comments on commit d4274f7

Please sign in to comment.