browserify-zlib
browserify-zlib copied to clipboard
yarnlock file in npm distribution
When cleaning node_modules, I found your module contains 125 KB of yarn.lock file.
Proof:

Suggest to add that to .npmignore?
There is an easy way to get rid of this problematic file.
Just use a npm post script. Add this in the package.json of your project:
"postinstall": "rm -f node_modules/browserify-zlib/yarn.lock",