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

added .npmignore file #47

Merged
merged 1 commit into from
Jul 22, 2015
Merged

Conversation

PavelVanecek
Copy link
Collaborator

including the test/ folder to .npmignore means it will not be downloaded on npm install. This has two advantages:

  1. less data to download on npm install
  2. when developing a google chrome extension, a warning pops out, saying This extension includes the key file '.../node_modules/crx/test/key.pem'. You probably don't want to do that. There is no security threat since the key is not used anyway; the npmignore just gets rid of the warning.

including the test/ folder to .npmignore means it will not be downloaded on npm install. This has two advantages:
1. less data to download on `npm install`
2. when developing a google chrome extension, a warning pops out, saying *This extension includes the key file '.../node_modules/crx/test/key.pem'. You probably don't want to do that.` There is no security threat since the key is not used anyway; the npmignore just gets rid of the warning.
@thom4parisot
Copy link
Owner

You are right, simple and effective :-)

thom4parisot pushed a commit that referenced this pull request Jul 22, 2015
@thom4parisot thom4parisot merged commit 3c92c90 into thom4parisot:master Jul 22, 2015
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

Successfully merging this pull request may close these issues.

2 participants