Browse Source

Add note about walk()'s removal, recommend jprichardson/node-klaw

ci/travis-osximage
RyanZim 8 years ago
parent
commit
f6ee61e1bc
  1. 4
      README.md

4
README.md

@ -114,6 +114,10 @@ Methods
**NOTE:** You can still use the native Node.js methods. They are copied over to `fs-extra`.
### What happened to `walk()`?
It was removed from `fs-extra` in v2.0.0. If you need the functionality, `walk` is available as a separate package, [`klaw`](https://github.com/jprichardson/node-klaw).
Third Party
-----------

Loading…
Cancel
Save