rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.39k stars 209 forks source link

add build-related files and dirs to .npmignore file #234

Open Pomax opened 2 years ago

Pomax commented 2 years ago

The current release includes a bunch of things that are only relevant for the build process, rather than being part of the code when used as a dependency in a project. Some things that might be good to add to the npmignore file:

(In an ideal world, the dist folder would also be ignored with a separate @rss-parser/browser dependency that folks can use if they need a browser version, but that's far more work to set up so a bit unreasonable to ask for =)