mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-28 17:35:42 +08:00
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:
committed by
Ville Immonen
parent
c217ea5aaa
commit
07623e2f84
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user