Skip to content

Commit

Permalink
chore(generic): replace the deprecated babel-preset-es2015 with babel…
Browse files Browse the repository at this point in the history
…-preset-env
  • Loading branch information
malept authored and MarshallOfSound committed Oct 5, 2017
1 parent d1974cd commit b3499ed
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Expand Up @@ -40,7 +40,7 @@
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-module-method": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.0.0",
"chai-as-promised": "^7.0.0",
"commitizen": "^2.8.6",
Expand Down Expand Up @@ -74,7 +74,14 @@
}
},
"presets": [
"es2015"
[
"env",
{
"targets": {
"node": "6"
}
}
]
],
"plugins": [
"transform-runtime",
Expand Down

0 comments on commit b3499ed

Please sign in to comment.