Skip to content

Commit

Permalink
Allow React v16 peer dependency (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage authored and jquense committed Sep 27, 2017
1 parent 89e8509 commit d4ce399
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 @@ -38,8 +38,8 @@
"timers": "fake"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"chain-function": "^1.0.0",
Expand Down

0 comments on commit d4ce399

Please sign in to comment.