Skip to content

Commit

Permalink
fix: deleting warning in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Feb 9, 2020
1 parent 4609833 commit f30ae74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -58,8 +58,8 @@
"react-dom": "global:ReactDOM"
},
"peerDependencies": {
"react": ">=^16.0.0",
"react-dom": ">=^16.0.0"
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {
"prop-types": "^15.6.0"
Expand Down

0 comments on commit f30ae74

Please sign in to comment.