v6.0.14
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "babel-cli",
|
||||
"version": "6.0.12",
|
||||
"version": "6.0.14",
|
||||
"description": "Babel command line.",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"homepage": "https://babeljs.io/",
|
||||
@@ -8,8 +8,8 @@
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
|
||||
"preferGlobal": true,
|
||||
"dependencies": {
|
||||
"babel-core": "^6.0.12",
|
||||
"babel-polyfill": "^6.0.2",
|
||||
"babel-core": "^6.0.14",
|
||||
"babel-polyfill": "^6.0.14",
|
||||
"chokidar": "^1.0.0",
|
||||
"commander": "^2.8.1",
|
||||
"convert-source-map": "^1.1.0",
|
||||
@@ -22,11 +22,11 @@
|
||||
"slash": "^1.0.0",
|
||||
"source-map": "^0.5.0",
|
||||
"v8flags": "^2.0.10",
|
||||
"babel-runtime": "^6.0.12"
|
||||
"babel-runtime": "^6.0.14"
|
||||
},
|
||||
"bin": {
|
||||
"babel": "./bin/babel.js",
|
||||
"babel-node": "./bin/babel-node.js",
|
||||
"babel-external-helpers": "./bin/babel-external-helpers.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user