This commit is contained in:
Henry Zhu
2016-05-02 19:43:49 -04:00
parent 2af299f5ce
commit 05bf216339
110 changed files with 326 additions and 326 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.7.0",
"version": "6.8.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",
@@ -9,12 +9,12 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.7.0",
"babel-types": "^6.7.0",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-helper-remap-async-to-generator": "^6.8.0",
"babel-types": "^6.8.0",
"babel-runtime": "^6.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13"
"babel-helper-plugin-test-runner": "^6.8.0"
}
}