Replace peerDependency on @babel/core to allow csx version
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"@babel/plugin-syntax-function-sent": "^7.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
"@babel/core": "^7.0.0-0 || csx"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.8.3",
|
||||
|
||||
Reference in New Issue
Block a user