mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
fix(bindings/node): Make peer dependency of helpers optional (#7216)
**Description:** Mark the `@swc/helpers` dependency of `@swc/core` as optional. **Related issue:** - Closes https://github.com/swc-project/swc/issues/7212.
This commit is contained in:
parent
c6b28f91cc
commit
e86d59882a
@ -136,6 +136,11 @@
|
||||
"peerDependencies": {
|
||||
"@swc/helpers": "^0.5.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@swc/helpers": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/swc"
|
||||
|
Loading…
Reference in New Issue
Block a user