mafintosh / duplexify

Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
MIT License
190 stars 36 forks source link

Change `end-of-stream` to use ^, add "files" whitelist to package.json. #12

Closed dylang closed 7 years ago

dylang commented 7 years ago

This will reduce the size of installs that rely on this such as yarn, which currently has to get two versions of end-of-stream.

This should also fix problems with installing yarn from npm.

phated commented 7 years ago

👍

mafintosh commented 7 years ago

Could you remove the "files" thing? Also its easier if you let me do the version bump

mafintosh commented 7 years ago

Fixed in master