Skip to content

Commit

Permalink
Merge pull request #4966 from google/greenkeeper-babel-core-6.20.0
Browse files Browse the repository at this point in the history
Update babel-core to version 6.20.0 πŸš€
  • Loading branch information
sgomes authored Dec 15, 2016
2 parents 6c2b2ea + 9fac88f commit b699ce9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"main": "dist/material.min.js",
"devDependencies": {
"acorn": "^4.0.3",
"babel-core": "^5.8.25",
"babel-core": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.2.3",
"chai": "^3.3.0",
"chai-jquery": "^2.0.0",
Expand Down Expand Up @@ -67,6 +68,9 @@
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"babel": {
"only": "gulpfile.babel.js"
"only": "gulpfile.babel.js",
"presets": [
"es2015"
]
}
}

0 comments on commit b699ce9

Please sign in to comment.