Replace peerDependency on @babel/core to allow csx version

This commit is contained in:
2020-01-21 00:38:24 +01:00
parent fad999bf52
commit a12f1771c8
98 changed files with 98 additions and 98 deletions

View File

@@ -16,7 +16,7 @@
"@babel/plugin-syntax-optional-catch-binding": "^7.7.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
"@babel/core": "^7.0.0-0 || csx"
},
"devDependencies": {
"@babel/core": "^7.7.4",