Use pre node@4 compatible path-exists (#685)

* Revert "Add ES5 version of `path-exists` to CLI"

This reverts commit fc3ab46d2a.

* Use pre node@4 compatible `path-exists`

Ref #617
This commit is contained in:
Simen Bekkhus
2016-09-20 01:00:51 +02:00
committed by Ville Immonen
parent c217ea5aaa
commit 07623e2f84
3 changed files with 4 additions and 15 deletions

View File

@@ -58,7 +58,7 @@
"json-loader": "0.5.4",
"object-assign": "4.1.0",
"opn": "4.0.2",
"path-exists": "3.0.0",
"path-exists": "2.1.0",
"postcss-loader": "0.13.0",
"promise": "7.1.1",
"recursive-readdir": "2.0.0",