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:
Dominik Ferber
2016-03-02 17:20:48 +01:00
parent 64f6948caf
commit bc3e6687ea

View File

@@ -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",