Skip to content

npm package is pulling in development files #86

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!

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