This commit is contained in:
Henry Zhu 2016-09-28 17:25:12 -04:00
parent 64cdbf7ca0
commit 08c0557b26
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -2,7 +2,7 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.16.0",
"version": "6.16.1",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",