This commit is contained in:
Amjad Masad
2016-01-20 00:58:48 -08:00
parent 1358ac6519
commit e9a913a3f6
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
6.4.5
6.4.6

View File

@@ -1,6 +1,6 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.4.5",
"version": "6.4.6",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-remap-async-to-generator",
"license": "MIT",

View File

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