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-functions",
"version": "6.5.0",
"version": "6.8.0",
"description": "Compile async functions to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-functions",
"license": "MIT",
@@ -9,10 +9,10 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-syntax-async-functions": "^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"
}
}