seek-oss/css-modules-typescript-loader

npm file inclusion

david-fong opened this issue · 0 comments

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:

  "files": ["README.md"]

LICENSE, index.js, and package.json are always included.