mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore(npm): explicitly depend on babel-core@^6.0.0
Otherwise TravisCI would fall back to babel-core@5.x.x which cancelled the build process
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.6.0",
|
||||
"babel-core": "6.6.0",
|
||||
"babel-eslint": "5.0.0",
|
||||
"babel-plugin-transform-object-rest-spread": "6.5.0",
|
||||
"babel-plugin-transform-runtime": "6.6.0",
|
||||
|
||||
Reference in New Issue
Block a user