Skip to content

Commit

Permalink
Use babel-preset-env
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Feb 8, 2017
1 parent 9803d3b commit 5563699
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015", "stage-3"],
"presets": [["env", {"targets": {"node": 4}}]],
"plugins": ["transform-runtime"]
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
Expand Down

0 comments on commit 5563699

Please sign in to comment.