This commit is contained in:
Henry Zhu
2016-05-02 19:43:49 -04:00
parent 2af299f5ce
commit 05bf216339
110 changed files with 326 additions and 326 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-cli",
"version": "6.7.7",
"version": "6.8.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.7.7",
"babel-register": "^6.6.5",
"babel-polyfill": "^6.6.0",
"babel-core": "^6.8.0",
"babel-register": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-runtime": "^6.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
@@ -31,7 +31,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.5"
"babel-helper-fixtures": "^6.8.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",