Update package.json

This commit is contained in:
Maël Nison 2020-11-29 18:22:26 +01:00 committed by GitHub
parent d63993cc48
commit ed17f09e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,11 @@
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=8.0.0"
},