file-selector icon indicating copy to clipboard operation
file-selector copied to clipboard

chore: replace `.npmignore` with `files` field

Open jonkoops opened this issue 1 year ago • 0 comments

What kind of change does this PR introduce?

  • [ ] Bug Fix
  • [ ] Feature
  • [ ] Refactoring
  • [ ] Style
  • [ ] Build
  • [x] Chore
  • [ ] Documentation
  • [ ] CI

Did you add tests for your changes?

  • [ ] Yes, my code is well tested
  • [x] Not relevant

If relevant, did you update the documentation?

  • [ ] Yes, I've updated the documentation
  • [x] Not relevant

Summary I've removed the .npmignore file as the files field in the package is enough for NPM to determine which files should be included. To see this in action run npm pack --dry-run in the root directory.

Does this PR introduce a breaking change? No.

Other information None.

jonkoops avatar Feb 29 '24 14:02 jonkoops