baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Update nan dependency to work with io.js v2.0 #47

Closed ggreer closed 9 years ago

ggreer commented 9 years ago

With older versions of nan, fs-ext won't build on io.js v2.0. The latest nan release still supports node v0.8, so this shouldn't break backwards compatibility. Tests pass on io.js v2.0.1 on my mac.

It would probably be a good idea to tag a new release after merging this.

ggreer commented 9 years ago

Umm.. that's weird. I could have sworn #46 wasn't there when I checked PRs. Oh well, closing this.