This commit is contained in:
Henry Zhu
2016-01-06 15:34:12 -05:00
parent e79c625091
commit 8cac20d845
39 changed files with 58 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "6.3.13",
"version": "6.4.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",
@@ -11,7 +11,7 @@
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-helper-remap-async-to-generator": "^6.3.13",
"babel-types": "^6.3.13",
"babel-types": "^6.4.0",
"babel-runtime": "^5.0.0"
},
"devDependencies": {