Skip to content

Commit

Permalink
fix: add supported browsers via browserslist config and close react-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandjitsu committed Nov 7, 2020
1 parent 780bef3 commit b9daca7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -292,6 +292,9 @@ function mockData(files) {

More examples for this can be found in `react-dropzone`s own [test suites](https://github.com/react-dropzone/react-dropzone/blob/master/src/index.spec.js).

## 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

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 b9daca7

Please sign in to comment.