This commit is contained in:
Sebastian McKenzie
2015-11-11 23:58:22 -08:00
parent aff324a4ca
commit 8fb4d55687
117 changed files with 376 additions and 376 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.1.10",
"version": "6.1.11",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,9 +8,9 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.1.10",
"babel-register": "^6.1.10",
"babel-polyfill": "^6.1.10",
"babel-core": "^6.1.11",
"babel-register": "^6.1.11",
"babel-polyfill": "^6.1.11",
"babel-runtime": "^5.0.0",
"bin-version-check": "^2.1.0",
"chalk": "1.1.1",
@@ -30,7 +30,7 @@
"v8flags": "^2.0.10"
},
"devDependencies": {
"babel-helper-fixtures": "^6.1.10"
"babel-helper-fixtures": "^6.1.11"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",