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

Useless files published to npm #14

Open
djorg83 opened this issue Jul 3, 2020 · 0 comments
Open

Useless files published to npm #14

djorg83 opened this issue Jul 3, 2020 · 0 comments

Comments

@djorg83
Copy link

djorg83 commented Jul 3, 2020

There are a lot of files published to npm with this package that are not needed to be downloaded and included in downstream applications.

The "files" attribute should be added to the package.json, or .npmignore should be updated.

package.json

{
  "files": [
    "lib"
  ],
}

.npmignore

src/
tests/
.babelrc
.eslintrc.js
.travis.yml
CHANGELOG.md
CONTRIBUTING.md

Screen Shot 2020-07-03 at 10 32 39 AM

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