This commit is contained in:
Henry Zhu
2016-10-24 17:18:36 -04:00
parent aae09a27d6
commit 12f9cd0826
48 changed files with 148 additions and 148 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-cli",
"version": "6.16.0",
"version": "6.18.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.16.0",
"babel-register": "^6.16.0",
"babel-core": "^6.18.0",
"babel-register": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-runtime": "^6.9.0",
"commander": "^2.8.1",
@@ -26,7 +26,7 @@
"chokidar": "^1.0.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.9.0"
"babel-helper-fixtures": "^6.18.0"
},
"bin": {
"babel-doctor": "./bin/babel-doctor.js",