This commit is contained in:
Sebastian McKenzie
2015-11-12 13:33:20 -08:00
parent 9be985c712
commit c4c66687ea
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-generator",
"version": "6.1.15",
"version": "6.1.16",
"description": "Turn async functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-generator",
"license": "MIT",
@@ -9,11 +9,11 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "^6.1.15",
"babel-plugin-syntax-async-functions": "^6.1.15",
"babel-helper-remap-async-to-generator": "^6.1.16",
"babel-plugin-syntax-async-functions": "^6.1.16",
"babel-runtime": "^5.0.0"
},
"devDependencies": {
"babel-helper-plugin-test-runner": "^6.1.15"
"babel-helper-plugin-test-runner": "^6.1.16"
}
}