mscdex / busboy

A streaming parser for HTML form data for node.js
MIT License
2.84k stars 213 forks source link

package: set `files` field #327

Open styfle opened 1 year ago

styfle commented 1 year ago

This ensures only the files necessary at runtime are published to npm (in this case, the lib directory)

You can verify by running npm pack.

See docs: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files

charmander commented 1 year ago

see also #189