In your comment, you asked for people to be early adopters and I would be happy to be one of them.
How do you envision this package should be used? Ideally, for my own use case, normalized-fs could be set up to replace graceful-fs without much hassle. I see you have a replace-gfs folder in this project - could that be used in other projects?
Perhaps by adding normalized-fs as a (dev) dependency and setting up a resolution for graceful-fs like you have done, it would avoid pulling graceful-fs altogether.
In your comment, you asked for people to be early adopters and I would be happy to be one of them.
How do you envision this package should be used? Ideally, for my own use case,
normalized-fscould be set up to replacegraceful-fswithout much hassle. I see you have areplace-gfsfolder in this project - could that be used in other projects?Perhaps by adding
normalized-fsas a (dev) dependency and setting up a resolution forgraceful-fslike you have done, it would avoid pullinggraceful-fsaltogether.