react-dropzone / file-selector

Convert a DragEvent or file input to a list of File objects
MIT License
95 stars 33 forks source link

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

Closed jonkoops closed 1 month ago

jonkoops commented 8 months ago

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

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.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 0.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: