This commit is contained in:
Sebastian McKenzie
2015-10-30 23:30:40 +00:00
parent 2a7c16b045
commit 34665bdfda
111 changed files with 397 additions and 397 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.0.12",
"version": "6.0.14",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,8 +8,8 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.0.12",
"babel-polyfill": "^6.0.2",
"babel-core": "^6.0.14",
"babel-polyfill": "^6.0.14",
"chokidar": "^1.0.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
@@ -22,11 +22,11 @@
"slash": "^1.0.0",
"source-map": "^0.5.0",
"v8flags": "^2.0.10",
"babel-runtime": "^6.0.12"
"babel-runtime": "^6.0.14"
},
"bin": {
"babel": "./bin/babel.js",
"babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js"
}
}
}