Skip to content

Commit

Permalink
Use es2015-node5 babel preset recommended by koa
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianObel committed Mar 30, 2016
1 parent acbdd51 commit ee6d3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015",
"es2015-node5",
"stage-0"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"babel-core": "^6.5.1",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"bcrypt": "^0.8.5",
"glob": "^7.0.0",
Expand Down

0 comments on commit ee6d3cc

Please sign in to comment.