Skip to content

Commit

Permalink
Add babel-plugin-transform-async-to-module-method to packageData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Mar 1, 2018
1 parent e59440a commit cf18644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/deps.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"babel": "5.0.0",
"babel-plugin-transform-async-to-generator": "6.0.0",
"babel-plugin-transform-async-to-module-method": "6.0.0",
"babel-plugin-transform-eval": "6.0.0",
"babel-plugin-transform-exponentiation-operator": "6.0.0",
"babel-plugin-transform-flow-comments": "6.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/packageData.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const transformPlugins = {
'babel-plugin-transform-async-to-generator': '@babel/plugin-transform-async-to-generator',
'babel-plugin-transform-async-to-module-method': '@babel/plugin-transform-async-to-generator',
'babel-plugin-transform-eval': '@babel/plugin-transform-eval',
'babel-plugin-transform-exponentiation-operator': '@babel/plugin-transform-exponentiation-operator',
'babel-plugin-transform-flow-comments': '@babel/plugin-transform-flow-comments',
Expand Down

0 comments on commit cf18644

Please sign in to comment.