This commit is contained in:
Amjad Masad
2016-03-08 16:52:45 -08:00
parent bbdc308e92
commit 3d5969ecff
16 changed files with 46 additions and 46 deletions

View File

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