This commit is contained in:
Sebastian McKenzie
2015-10-30 23:30:40 +00:00
parent 2a7c16b045
commit 34665bdfda
111 changed files with 397 additions and 397 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.0.2",
"version": "6.0.14",
"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,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.0.2",
"babel-helper-remap-async-to-generator": "^6.0.2",
"babel-types": "^6.0.2",
"babel-plugin-syntax-async-functions": "^6.0.14",
"babel-helper-remap-async-to-generator": "^6.0.14",
"babel-types": "^6.0.14",
"babel-runtime": "^5.0.0"
}
}
}