npm / fstream

Advanced FS Streaming for Node
ISC License
208 stars 43 forks source link

deps: Upgrade graceful-fs dependency to the latest #45

Closed thefourtheye closed 9 years ago

thefourtheye commented 9 years ago

graceful-fs used to monkey-patch node's core fs module. This has been fixed in the version 4.

Related: https://github.com/nodejs/node/pull/2714

zkat commented 9 years ago

Merged as 53b0095. Thanks!