Skip to content

Commit

Permalink
update babel presets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbatista committed Oct 2, 2017
1 parent ea99ab9 commit 71a2101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"devDependencies": {
"babel-core": "^5.8.35",
"babel-eslint": "^4.1.8",
"babel-preset-es2015": "^6.6.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"chai": "^3.5.0",
"coveralls": "^2.11.1",
"del": "^2.0.2",
Expand Down

0 comments on commit 71a2101

Please sign in to comment.