This commit is contained in:
Sebastian McKenzie
2015-10-29 18:02:15 +00:00
parent ae7d5367f1
commit b2af8af7c8
148 changed files with 415 additions and 415 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-async-to-module-method",
"version": "1.0.0",
"version": "6.0.0",
"description": "Turn async functions into a module method",
"repository": "babel/babel",
"license": "MIT",
@@ -9,9 +9,9 @@
"babel-plugin"
],
"dependencies": {
"babel-plugin-syntax-async-functions": "^5.0.0",
"babel-helper-remap-async-to-generator": "^5.0.0",
"babel-types": "^5.0.0",
"babel-runtime": "^5.8.20"
"babel-plugin-syntax-async-functions": "^6.0.0",
"babel-helper-remap-async-to-generator": "^6.0.0",
"babel-types": "^6.0.0",
"babel-runtime": "^6.0.0"
}
}
}