Skip to content

Commit

Permalink
Fix optional peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Nov 23, 2020
1 parent 19990d4 commit 2e0d478
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -111,8 +111,10 @@
"@swc/core": ">=1.2.38",
"typescript": ">=2.7"
},
"optionalDependencies": {
"@swc/core": ">=1.2.38"
"peerDependenciesMeta": {
"@swc/core": {
"optional": true
}
},
"dependencies": {
"@swc/core": ">=1.2.38",
Expand Down

0 comments on commit 2e0d478

Please sign in to comment.