Merge pull request #144 from bartvde/babelrc

Move babel config out of package.json
This commit is contained in:
Orange Mug
2017-06-23 16:47:47 +01:00
committed by GitHub
2 changed files with 4 additions and 9 deletions

View File

@@ -54,15 +54,6 @@
"request": "^2.79.0",
"url": "^0.11.0"
},
"babel": {
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
},
"jshintConfig": {
"esversion": 6
},