Skip to content

Commit

Permalink
chore: ensure presence of regenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Mar 12, 2017
1 parent b950f0d commit ec93f36
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
"ava": {
"babel": "inherit",
"require": [
"babel-register"
"babel-register",
"babel-polyfill"
]
},
"babel": {
"presets": [
[
"env", {
"env",
{
"targets": {
"node": 4
}
Expand All @@ -44,7 +46,14 @@
"stage-0"
],
"plugins": [
"add-module-exports"
"add-module-exports",
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
]
]
},
"config": {
Expand Down Expand Up @@ -80,6 +89,8 @@
"ava": "0.18.2",
"babel-cli": "6.18.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.20.0",
"babel-preset-env": "1.2.1",
"babel-preset-stage-0": "6.16.0",
"conventional-changelog-cli": "1.2.0",
Expand All @@ -99,6 +110,7 @@
"babel-polyfill": "6.20.0",
"babel-preset-es2015-node4": "2.1.0",
"babel-preset-stage-0": "6.16.0",
"babel-runtime": "6.23.0",
"chalk": "1.1.3",
"conventional-changelog-angular": "1.3.0",
"conventional-changelog-lint-config-angular": "0.4.0",
Expand Down

0 comments on commit ec93f36

Please sign in to comment.