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
Can the test/ dir be excluded from the npm module?
test/
I found #213 but it's a bit old and there doesn't seem to be a .npmignore any longer.
.npmignore
A better approach might be the "files" key in package.json. This would be an "allowlist" and could help do away with other files like benchmark/
"files"
package.json
benchmark/
It would actually make a huge difference in package size
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Can the
test/
dir be excluded from the npm module?I found #213 but it's a bit old and there doesn't seem to be a
.npmignore
any longer.A better approach might be the
"files"
key inpackage.json
. This would be an "allowlist" and could help do away with other files likebenchmark/
It would actually make a huge difference in package size
The text was updated successfully, but these errors were encountered: