This commit is contained in:
Henry Zhu
2016-05-17 14:49:17 -04:00
parent f7c6afe594
commit cf6304a34b
27 changed files with 102 additions and 102 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "babel-cli",
"version": "6.8.0",
"version": "6.9.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.8.0",
"babel-register": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-runtime": "^6.0.0",
"babel-core": "^6.9.0",
"babel-register": "^6.9.0",
"babel-polyfill": "^6.9.0",
"babel-runtime": "^6.9.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
"commander": "^2.8.1",
@@ -31,7 +31,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.8.0"
"babel-helper-fixtures": "^6.9.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",