As per default, npm publish is currently including everything. This includes the tests folder, the editorconfig file, etc.
I believe it is safe to add a whitelist to the package.json- something like:
LICENSE, index.js, and package.json are always included.
As per default, npm publish is currently including everything. This includes the tests folder, the editorconfig file, etc.
I believe it is safe to add a whitelist to the package.json- something like:
LICENSE, index.js, and package.json are always included.