Skip to content

Commit

Permalink
chore: babel-preset-es2015 => babel-preset-env (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
ergenekonyigit authored and bcoe committed Nov 8, 2017
1 parent 2dee543 commit 9f2894f
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ project uses the babel tool chain:
```json
{
"babel": {
"presets": ["es2015"],
"presets": ["env"],
"env": {
"test": {
"plugins": ["istanbul"]
Expand Down

0 comments on commit 9f2894f

Please sign in to comment.