v7.0.0-alpha.20

This commit is contained in:
Henry Zhu
2017-08-30 15:02:49 -04:00
parent 5e7fce3fe0
commit b82b65a31e
124 changed files with 471 additions and 471 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "7.0.0-alpha.19",
"version": "7.0.0-alpha.20",
"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.19",
"babel-polyfill": "7.0.0-alpha.19",
"babel-register": "7.0.0-alpha.19",
"babel-core": "7.0.0-alpha.20",
"babel-polyfill": "7.0.0-alpha.20",
"babel-register": "7.0.0-alpha.20",
"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.19"
"babel-helper-fixtures": "7.0.0-alpha.20"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",