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

Whitelist files published to npmjs - Closes #986. #1026

Closed
wants to merge 1 commit into from

Conversation

JakeChampion
Copy link

Closes #986

What do the changes you have made achieve?
Limits the files published to npmjs to only those required to run sass-lint, not the ones needed to develop sass-lint.

Are there any new warning messages?
None have been added.

Have you written tests?
No tests have been added.

Have you included relevant documentation
Not sure what documentation would need to be updated.

Which issues does this resolve?
This reduces the size on sass-lint on npmjs from 15MB to 13MB. The majority of the size comes from:

 4.8M	node_modules/lodash
4.9M	node_modules/globule

<DCO 1.1 Signed-off-by: jake champion me@jakechampion.name>

@coveralls
Copy link

coveralls commented Feb 27, 2017

Coverage Status

Coverage remained the same at 97.518% when pulling 24507cf on ahiipsa:files into d96ed96 on sasstools:develop.

@DanPurdy
Copy link
Member

There's a src directory listed?

@JakeChampion
Copy link
Author

JakeChampion commented Apr 10, 2017

Should it not be listed? I don't understand the question sorry.

@DanPurdy DanPurdy mentioned this pull request Sep 25, 2017
@DanPurdy
Copy link
Member

This was done in #1132 should be released in the next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add to package.json whitelist files
4 participants