Skip to content

npm package is pulling in development files #86

@radiovisual

Description

@radiovisual

When I run the install command:

npm install --save humanize-plus

npm installs EVERYTHING in this repository, including the src, bin and __tests__ directories, along with other files which are only needed in development.

image

Telling npm what to include should lighten the load:

In package.json:

"files": [
    "dist/humanize.js"
  ],
  "main" : "dist/humanize.js",

Thanks for a useful module!

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