Skip to content

Commit

Permalink
fix: Update peerDependencies to support React 16 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikHuber authored and okonet committed Nov 27, 2017
1 parent 0cb9dcb commit 649ca20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"prop-types": "^15.5.8"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x"
},
"devDependencies": {
"babel": "^6.23.0",
Expand Down

0 comments on commit 649ca20

Please sign in to comment.