Skip to content

Useless files published to npm #14

@djorg83

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

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