We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Raphael clued me in on https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package which we should most definintely be doing for tests/ as normal consumers have no reason to get these files during distribution.
tests/
The text was updated successfully, but these errors were encountered:
Or add files: ['core/'] to package.json to exclude all explicitly and only include /core into the package :)
files: ['core/']
/core
Sorry, something went wrong.
Reference here: https://docs.npmjs.com/files/package.json#files
d5ce92a
Successfully merging a pull request may close this issue.
Raphael clued me in on https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package which we should most definintely be doing for
tests/
as normal consumers have no reason to get these files during distribution.The text was updated successfully, but these errors were encountered: