Skip to content

Commit

Permalink
Add async/await support
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Sep 28, 2016
1 parent a39c2a5 commit 591bb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
'transform-flow-strip-types',
'transform-runtime',
'lodash',
'transform-async-to-generator',
],
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"babel-plugin-transform-runtime": "^6.15.0",
Expand Down

0 comments on commit 591bb9a

Please sign in to comment.