This commit is contained in:
Henry Zhu
2017-01-19 22:12:53 -05:00
parent b06763f1a3
commit 368485828f
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.22.0",
"version": "6.22.1",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,7 +16,7 @@
"compiler"
],
"dependencies": {
"babel-core": "^6.22.0",
"babel-core": "^6.22.1",
"babel-register": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-runtime": "^6.22.0",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.22.0",
"version": "6.22.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/",