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

Add misc files to npm ignore #230

Open
SimonSchick opened this issue Jun 7, 2018 · 2 comments
Open

Add misc files to npm ignore #230

SimonSchick opened this issue Jun 7, 2018 · 2 comments

Comments

@SimonSchick
Copy link

SimonSchick commented Jun 7, 2018

Currently various redundant files are shipped to npm:

node_modules/zxcvbn/
node_modules/zxcvbn/.travis.yml
node_modules/zxcvbn/.zuul.yml
node_modules/zxcvbn/src/
node_modules/zxcvbn/src/adjacency_graphs.coffee
node_modules/zxcvbn/src/feedback.coffee
node_modules/zxcvbn/src/frequency_lists.coffee
node_modules/zxcvbn/src/main.coffee
node_modules/zxcvbn/src/matching.coffee
node_modules/zxcvbn/src/scoring.coffee
node_modules/zxcvbn/src/time_estimates.coffee

You might want to consider not shipping these files to reduce package size.

@SimonSchick
Copy link
Author

FYI: This will roughly half your package size :)

@SimonSchick
Copy link
Author

poke

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