This commit is contained in:
Henry Zhu
2017-01-19 19:33:22 -05:00
parent cc227f44a6
commit e9fc38bcd3
99 changed files with 411 additions and 411 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "babel-cli",
"version": "6.18.0",
"version": "6.22.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"dependencies": {
"babel-core": "^6.18.0",
"babel-register": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.9.0",
"babel-core": "^6.22.0",
"babel-register": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-runtime": "^6.22.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.0.0",
@@ -26,7 +26,7 @@
"chokidar": "^1.6.1"
},
"devDependencies": {
"babel-helper-fixtures": "^6.18.0"
"babel-helper-fixtures": "^6.22.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",