kevinbeaty / fs-promise

[DEPRECATED] Use mz or fs-extra^3 with Promise support
https://www.npmjs.com/package/fs-extra
MIT License
170 stars 13 forks source link

Remove reference to unsupported `walk` function #29

Closed MarcPorciuncula closed 7 years ago

MarcPorciuncula commented 7 years ago

walk was removed from fs-extra and therefore fs-promise

Fixes https://github.com/kevinbeaty/fs-promise/issues/28

RyanZim commented 7 years ago

Thanks!