Hard linking to own csx.2 package version

This commit is contained in:
2020-01-22 14:25:01 +01:00
parent 1518210ee6
commit bfa97fe782
137 changed files with 585 additions and 585 deletions

View File

@@ -9,13 +9,13 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.8.3",
"@babel/helper-define-map": "^7.8.3",
"@babel/helper-function-name": "^7.8.3",
"@babel/helper-optimise-call-expression": "^7.8.3",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/helper-replace-supers": "^7.8.3",
"@babel/helper-split-export-declaration": "^7.8.3",
"@babel/helper-annotate-as-pure": "7.8.3-csx.2",
"@babel/helper-define-map": "7.8.3-csx.2",
"@babel/helper-function-name": "7.8.3-csx.2",
"@babel/helper-optimise-call-expression": "7.8.3-csx.2",
"@babel/helper-plugin-utils": "7.8.3-csx.2",
"@babel/helper-replace-supers": "7.8.3-csx.2",
"@babel/helper-split-export-declaration": "7.8.3-csx.2",
"globals": "^11.1.0"
},
"keywords": [
@@ -25,7 +25,7 @@
"@babel/core": "^7.0.0-0 || csx"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/helper-plugin-test-runner": "^7.8.3"
"@babel/core": "7.8.3-csx.2",
"@babel/helper-plugin-test-runner": "7.8.3-csx.2"
}
}