add path-exists dependency to babel-cli

This commit is contained in:
Sebastian McKenzie 2015-06-25 23:20:08 +01:00
parent bbcb889a49
commit 2a3142273d
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
var convertSourceMap = require("convert-source-map");
var pathExists = require("path-exists");
var sourceMap = require("source-map");
var chokidar = require("chokidar");
var slash = require("slash");

View File

@ -16,6 +16,7 @@
"glob": "^5.0.5",
"lodash": "^3.2.0",
"output-file-sync": "^1.1.0",
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"source-map": "^0.4.0",
"slash": "^1.0.0"
@ -26,4 +27,4 @@
"babel-external-helpers": "./bin/babel-external-helpers",
"babel-plugin": "./bin/babel-plugin/index.js"
}
}
}