This commit is contained in:
Henry Zhu
2016-03-02 16:29:17 -05:00
parent bca622abbc
commit 39a8f5b796
41 changed files with 110 additions and 110 deletions

View File

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