Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pomax opened this issue Sep 4, 2022 · 0 comments
Open

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

Pomax opened this issue Sep 4, 2022 · 0 comments

Comments

@Pomax
Copy link
Contributor

Pomax commented Sep 4, 2022

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:

  • the .github directory
  • the build directory
  • the webpack config file
  • the Travis config file
  • The Bower config 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 =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant