Skip to content

Commit

Permalink
core: replace babel-preset-es2015 with babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Nov 1, 2017
1 parent d65ca78 commit 105d1a0
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,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-env": "1.6.1",
"del": "3.0.0",
"eslint": "4.10.0",
"eslint-config-google": "0.9.1",
Expand Down

0 comments on commit 105d1a0

Please sign in to comment.