Skip to content

Commit

Permalink
fix: add supported browsers via browserslist config and close #630
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 8, 2020
1 parent c4cdc2a commit 5a4ae93
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -298,6 +298,10 @@ React Dropzone integrates perfectly with [Doka Image Editor](https://pqina.nl/do

Checkout the [integration example](https://react-dropzone.js.org/#!/Doka).

## Supported Browsers

We use [browserslist](https://github.com/browserslist/browserslist) config to state the browser support for this lib, so check it out on [browserslist.dev](https://browserslist.dev/?q=ZGVmYXVsdHM%3D).

## Support

### Backers
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -169,5 +169,8 @@
"version": "0.0.0-development",
"engines": {
"node": ">= 10"
}
},
"browserslist": [
"defaults"
]
}

0 comments on commit 5a4ae93

Please sign in to comment.