Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
allow for React 16 as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf authored and flarnie committed Sep 22, 2017
1 parent 3da87b5 commit 9a3239e
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 @@ -36,8 +36,8 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc"
"react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc"
},
"devDependencies": {
"babel-core": "^6.8.0",
Expand Down

0 comments on commit 9a3239e

Please sign in to comment.