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

npm package is pulling in development files #86

Open
radiovisual opened this issue Jan 3, 2017 · 0 comments
Open

npm package is pulling in development files #86

radiovisual opened this issue Jan 3, 2017 · 0 comments

Comments

@radiovisual
Copy link

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!

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