This commit is contained in:
Henry Zhu
2016-09-28 15:38:45 -04:00
parent 4f2637e1ec
commit 6d22f258db
32 changed files with 86 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.8.0",
"version": "6.16.0",
"description": "Turn async functions into a module method",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method",
"license": "MIT",
@@ -10,8 +10,8 @@
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-helper-remap-async-to-generator": "^6.8.0",
"babel-types": "^6.8.0",
"babel-helper-remap-async-to-generator": "^6.16.0",
"babel-types": "^6.16.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {