Resolving to csx won't work, thus this... (and let's hope it doesnt fuckup things once it reaches npm)
This commit is contained in:
parent
b0b6a92b90
commit
0e5c224ff1
@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
"@babel/generator": "^7.7.2",
|
||||
"@babel/helpers": "csx",
|
||||
"@babel/helpers": "^7.7.0",
|
||||
"@babel/parser": "^7.7.2",
|
||||
"@babel/template": "^7.7.0",
|
||||
"@babel/traverse": "^7.7.2",
|
||||
@ -50,5 +50,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/helper-transform-fixture-test-runner": "^7.6.4"
|
||||
},
|
||||
"resolutions": {
|
||||
"@babel/helpers": "file:../babel-helpers"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user