This commit is contained in:
Henry Zhu 2016-09-29 08:46:45 -04:00
parent 5a1984aa41
commit b3e04da882
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.16.1",
"version": "6.16.2",
"changelog": {
"repo": "babel/babel",
"labels": {

View File

@ -1,6 +1,6 @@
{
"name": "babel-helper-remap-async-to-generator",
"version": "6.16.0",
"version": "6.16.2",
"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-generator-functions",
"version": "6.16.0",
"version": "6.16.2",
"description": "Turn async generator functions into ES2015 generators",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-generator-functions",
"license": "MIT",
@ -9,7 +9,7 @@
"babel-plugin"
],
"dependencies": {
"babel-helper-remap-async-to-generator": "^6.16.0",
"babel-helper-remap-async-to-generator": "^6.16.2",
"babel-plugin-syntax-async-generators": "^6.5.0",
"babel-runtime": "^5.0.0"
},