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

Specify files to publish to npm #33

Closed stefnotch closed 4 years ago

stefnotch commented 4 years ago

Currently the test file and the example file are also being published to npm. Considering that they make up more than half of the filesize of this package, it would be worthwhile to not publish them. This PR does this using the files field in the package.json.

stefnotch commented 4 years ago

Closed for the reasons outlined here https://github.com/mafintosh/pump/pull/55