Skip to content

Commit

Permalink
fix: Removing deprecated es2015
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Feb 27, 2018
1 parent 87af048 commit d3e6eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"esdoc": "^1.0.4",
Expand All @@ -69,7 +69,7 @@
"browser": "browser.js",
"babel": {
"presets": [
"es2015"
"env"
],
"plugins": [
"transform-object-assign"
Expand Down

0 comments on commit d3e6eb0

Please sign in to comment.