busboy
busboy copied to clipboard
Add `files` to package.json
To avoid including test in the package.
Docs : https://docs.npmjs.com/files/package.json#files
Why?
Reduce size by around ~30kB : https://packagephobia.now.sh/result?p=busboy
(By the way, thanks for this amazing package 🙂)
I just found out his PR : https://github.com/mscdex/dicer/pull/18
Same logic here 🙂
Also makes checking for malicious code easier
"deps" is no longer needed, only "lib". Apart from that, good idea to merge this.