This commit is contained in:
Logan Smyth
2017-02-13 18:18:17 -08:00
parent 454933ef76
commit 9cae61911d
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.23.0",
"version": "6.23.1",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -33,7 +33,7 @@
"babel-template": "^6.23.0",
"babel-runtime": "^6.22.0",
"babel-register": "^6.23.0",
"babel-traverse": "^6.23.0",
"babel-traverse": "^6.23.1",
"babel-types": "^6.23.0",
"babylon": "^6.11.0",
"convert-source-map": "^1.1.0",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.23.0",
"version": "6.23.1",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",