Replace peerDependency on @babel/core to allow csx version
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"babel-plugin"
|
||||
],
|
||||
"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