This commit is contained in:
Sebastian McKenzie
2015-10-29 18:06:55 +00:00
parent 7ff965a6f8
commit a8cf46d8f4
107 changed files with 347 additions and 347 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.0.0",
"version": "6.0.2",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -8,8 +8,8 @@
"repository": "babel/babel",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.0.0",
"babel-polyfill": "^6.0.0",
"babel-core": "^6.0.2",
"babel-polyfill": "^6.0.2",
"chokidar": "^1.0.0",
"commander": "^2.8.1",
"convert-source-map": "^1.1.0",
@@ -22,7 +22,7 @@
"slash": "^1.0.0",
"source-map": "^0.5.0",
"v8flags": "^2.0.10",
"babel-runtime": "^6.0.0"
"babel-runtime": "^6.0.2"
},
"bin": {
"babel": "./bin/babel.js",