Skip to content

Commit

Permalink
feat: add React 16 & 16 beta support
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins authored and mxlje committed Aug 1, 2017
1 parent be4dc77 commit 1a7aae8
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 @@ -61,8 +61,8 @@
"webpack": "^1.13.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0"
},
"dependencies": {
"error-stack-parser": "^1.3.6",
Expand Down

0 comments on commit 1a7aae8

Please sign in to comment.