Skip to content

Commit

Permalink
Mark the react renderers as optional peer deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
timdorr committed Oct 14, 2019
1 parent 2297944 commit 388d9e4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -39,6 +39,14 @@
"react": "^16.8.3",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
}
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"hoist-non-react-statics": "^3.3.0",
Expand Down

0 comments on commit 388d9e4

Please sign in to comment.