Skip to content

Commit

Permalink
Fix for Node < 4, downgrade path-exists (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 authored and SBoudrias committed May 3, 2016
1 parent bbc05cc commit b89eece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mem-fs-editor": "^2.0.0",
"mkdirp": "^0.5.0",
"nopt": "^3.0.0",
"path-exists": "^3.0.0",
"path-exists": "^2.0.0",
"path-is-absolute": "^1.0.0",
"pretty-bytes": "^3.0.1",
"read-chunk": "^2.0.0",
Expand Down

0 comments on commit b89eece

Please sign in to comment.