Skip to content

Useless files published to npm #14

Description

@djorg83

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions