Skip to content

Commit

Permalink
Allow React 16 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesne authored and jquense committed Sep 27, 2017
1 parent 8793a15 commit f8fd3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -41,8 +41,8 @@
]
},
"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 f8fd3be

Please sign in to comment.