react-dropzone 14.2.9 → 14.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/index.js +2 -2
- package/package.json +14 -9
- package/CONTRIBUTING.md +0 -135
package/README.md
CHANGED
|
@@ -424,5 +424,8 @@ Become a sponsor and get your logo on our README on Github with a link to your s
|
|
|
424
424
|
### Hosting
|
|
425
425
|
[react-dropzone.js.org](https://react-dropzone.js.org/) hosting provided by [netlify](https://www.netlify.com/).
|
|
426
426
|
|
|
427
|
+
## Contribute
|
|
428
|
+
Checkout the organization [CONTRIBUTING.md](https://github.com/react-dropzone/.github/blob/main/CONTRIBUTING.md).
|
|
429
|
+
|
|
427
430
|
## License
|
|
428
431
|
MIT
|