- babel-cli@7.0.0-alpha.2
 - babel-core@7.0.0-alpha.2
 - babel-helper-plugin-test-runner@7.0.0-alpha.2
 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2
 - babel-register@7.0.0-alpha.2
This commit is contained in:
Henry Zhu
2017-03-08 13:08:44 -05:00
parent 02473a72c1
commit 0553d7761d
5 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "7.0.0-alpha.1",
"version": "7.0.0-alpha.2",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,8 +16,8 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-alpha.1",
"babel-register": "7.0.0-alpha.1",
"babel-core": "7.0.0-alpha.2",
"babel-register": "7.0.0-alpha.2",
"babel-polyfill": "7.0.0-alpha.1",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",