Skip to content

Commit

Permalink
v6.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Sep 29, 2016
1 parent 5a1984a commit b3e04da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.16.1",
"version": "6.16.2",
"changelog": {
"repo": "babel/babel",
"labels": {
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit b3e04da

Please sign in to comment.