v7.0.0-alpha.13

This commit is contained in:
Henry Zhu
2017-07-11 22:27:56 -04:00
parent 4710b8a5ba
commit 8460b4c62f
113 changed files with 356 additions and 357 deletions

View File

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