This commit is contained in:
Sebastian McKenzie 2015-07-21 02:39:55 +01:00
parent 30be1317e6
commit 412208745b
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
5.7.4
5.7.5

View File

@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "5.7.4",
"version": "5.7.5",
"description": "A compiler for writing next generation JavaScript",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@ -42,7 +42,7 @@
"babel-plugin-runtime": "^1.0.7",
"babel-plugin-undeclared-variables-check": "^1.0.2",
"babel-plugin-undefined-to-void": "^1.1.6",
"babylon": "^5.7.2",
"babylon": "^5.7.5",
"bluebird": "^2.9.33",
"chalk": "^1.0.0",
"convert-source-map": "^1.1.0",
@ -74,4 +74,4 @@
"to-fast-properties": "^1.0.0",
"trim-right": "^1.0.0"
}
}
}

View File

@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "5.7.2",
"version": "5.7.5",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",