This commit is contained in:
Henry Zhu
2016-03-04 18:16:17 -05:00
parent d915508877
commit 57ef6a2b6a
50 changed files with 147 additions and 147 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-cli",
"version": "6.6.4",
"version": "6.6.5",
"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.6.4",
"babel-register": "^6.6.0",
"babel-core": "^6.6.5",
"babel-register": "^6.6.5",
"babel-polyfill": "^6.6.0",
"babel-runtime": "^5.0.0",
"bin-version-check": "^2.1.0",
@@ -31,7 +31,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.6.4"
"babel-helper-fixtures": "^6.6.5"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",