paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
382 stars 53 forks source link

Update graceful-fs dependency to 4.x #25

Closed bpasero closed 9 years ago

bpasero commented 9 years ago

Can you please update to graceful-fs 4.x? Only that release is working with io.js and so should readdirp.

thlorenz commented 9 years ago

Thanks for the tip, fixed with 1ab454e6f0d408a652db2a4a0c1d98aaf03ff5d9. Also now running tests against io.js as well 592f46ee337416d04a86434b9298762db28035c3.

Published as 1.4.

bpasero commented 9 years ago

Thanks!