Support React 17 (#96)

This commit is contained in:
Evan Kennedy 2020-11-08 02:43:24 -08:00 committed by GitHub
parent 6a5aac9cd7
commit 1ad4474d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
"prop-types": "^15.7.2" "prop-types": "^15.7.2"
}, },
"peerDependencies": { "peerDependencies": {
"react": "^16.13.1" "react": "^16.13.1 || ^17.0.0"
}, },
"scripts": { "scripts": {
"build": "webpack", "build": "webpack",