Skip to content

Commit

Permalink
Use babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
borota committed Sep 18, 2017
1 parent 8431a79 commit d5800ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion babelrc.json
@@ -1,7 +1,7 @@
{
"presets": [
[
"es2015",
"env",
{
"modules": false
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,7 +28,7 @@
}
},
"files": [
"build"
"build/*.js"
],
"engines": {
"node": ">=6.0.0"
Expand Down Expand Up @@ -60,7 +60,7 @@
"dependencies": {},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"babelrc-rollup": "^3.0.0",
"coveralls": "^2.13.1",
Expand All @@ -69,7 +69,7 @@
"eslint-plugin-import": "^2.7.0",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.5.0",
"mocha": "^3.5.3",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-istanbul": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/.babelrc
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}

0 comments on commit d5800ad

Please sign in to comment.