fix build cli script

This commit is contained in:
Sebastian McKenzie
2015-04-03 05:48:02 +11:00
parent 6812fca7a9
commit a9e214b1db
3 changed files with 7 additions and 6 deletions

View File

@@ -1,20 +1,21 @@
{
"name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "5.0.0-beta4",
"version": "5.0.0",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"repository": "babel/babel",
"preferGlobal": true,
"dependencies": {
"chokidar": "^0.12.6",
"babel-core": "5.0.0-beta4",
"babel-core": "5.0.0",
"commander": "^2.6.0",
"fs-readdir-recursive": "^0.1.0",
"output-file-sync": "^1.1.0",
"lodash": "^3.2.0",
"convert-source-map": "^0.5.0",
"source-map": "^0.4.0"
"source-map": "^0.4.0",
"path-is-absolute": "^1.0.0"
},
"bin": {
"babel": "./bin/babel/index.js",