Skip to content

Commit

Permalink
Migrate to babel-env-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
asakusuma committed Nov 9, 2017
1 parent f99b2f2 commit bfb990c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 @@ -44,7 +44,7 @@
"devDependencies": {
"assert": "^1.3.0",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-env": "^1.6.1",
"broccoli": "^1.1.0",
"broccoli-cli": "1.0.0",
"broccoli-funnel": "^1.2.0",
Expand Down

0 comments on commit bfb990c

Please sign in to comment.