Skip to content

Commit

Permalink
Use babel-polyfill for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Feb 4, 2017
1 parent 281484c commit 53abc96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/async/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015"],
"plugins": ["async-to-promises"]
"plugins": ["transform-async-to-generator"]
}
3 changes: 2 additions & 1 deletion examples/async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"devDependencies": {
"babel-jest": "*",
"babel-plugin-async-to-promises": "^1.0.5",
"babel-plugin-transform-async-to-generator": "*",
"babel-polyfill": "*",
"babel-preset-es2015": "*",
"jest": "*"
},
Expand Down

0 comments on commit 53abc96

Please sign in to comment.