Skip to content

Commit

Permalink
Merge pull request #228 from brandonbloom/react-peer-dependencies
Browse files Browse the repository at this point in the history
Add react and react-dom as peer dependencies
  • Loading branch information
yoyo837 committed Oct 30, 2020
2 parents c1d6243 + 8b31d55 commit 3deef2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -59,5 +59,9 @@
},
"maintainers": [
"yiminghe@gmail.com"
]
],
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
}

0 comments on commit 3deef2d

Please sign in to comment.