v6.22.0
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.18.0",
|
||||
"version": "6.22.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.18.0",
|
||||
"babel-register": "^6.18.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-runtime": "^6.9.0",
|
||||
"babel-core": "^6.22.0",
|
||||
"babel-register": "^6.22.0",
|
||||
"babel-polyfill": "^6.22.0",
|
||||
"babel-runtime": "^6.22.0",
|
||||
"commander": "^2.8.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
"fs-readdir-recursive": "^1.0.0",
|
||||
@@ -26,7 +26,7 @@
|
||||
"chokidar": "^1.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-helper-fixtures": "^6.18.0"
|
||||
"babel-helper-fixtures": "^6.22.0"
|
||||
},
|
||||
"bin": {
|
||||
"babel-doctor": "./bin/babel-doctor.js",
|
||||
|
||||
Reference in New Issue
Block a user