tj/co-fs

switch to graceful-fs?

Closed this issue · 1 comments

https://github.com/isaacs/node-graceful-fs

there doesn't seem to be a downside. we can also make it a peer dependency and do

try {
  fs = require('graceful-fs')
} catch (err) {
  fs = require('fs')
}
tj commented

co-graceful-fs i guess haha