Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update NPM ignore to reduce bundle size
If using both a .gitignore and .npmignore, npm will favor the .npmignore and will not reference the .gitignore. This commit copies over missing entries from the .gitignore into the .npmignore. Current bundle contains ~7MB in coverage/ - this was already in the .npmignore though. I'm not sure what the release process looks like, but it may require further investigation by the maintainers to fully resolve.
- Loading branch information