Skip to content

Commit

Permalink
fix: babel-preset-es2015 => babel-preset-env (#138)
Browse files Browse the repository at this point in the history
* es2015 => env

* babel-preset-es2015 => babel-preset-env
  • Loading branch information
ergenekonyigit authored and JaKXz committed Dec 22, 2017
1 parent 7045a03 commit 18fe954
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,5 +1,5 @@
{
"presets": ["es2015"],
"presets": ["env"],
"env": {
"test": {
"plugins": ["./lib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.0",
"chai": "^4.1.0",
"coveralls": "^3.0.0",
Expand Down

0 comments on commit 18fe954

Please sign in to comment.