v7.0.0-alpha.3

This commit is contained in:
Henry Zhu
2017-03-23 15:49:01 -04:00
parent f438a4e6b6
commit ab68800e06
111 changed files with 352 additions and 352 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -16,9 +16,9 @@
"compiler"
],
"dependencies": {
"babel-core": "7.0.0-alpha.2",
"babel-register": "7.0.0-alpha.2",
"babel-polyfill": "7.0.0-alpha.1",
"babel-core": "7.0.0-alpha.3",
"babel-register": "7.0.0-alpha.3",
"babel-polyfill": "7.0.0-alpha.3",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.0.0",
@@ -33,7 +33,7 @@
"chokidar": "^1.6.1"
},
"devDependencies": {
"babel-helper-fixtures": "7.0.0-alpha.1"
"babel-helper-fixtures": "7.0.0-alpha.3"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",