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

Commit

Permalink
Add 'React 16.0' to peerDependencies (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Oct 2, 2017
2 parents 438c4f5 + 876e94d commit 58033e2
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 @@ -12,8 +12,8 @@
"example": "webpack-dev-server --content-base ./example/ --config ./example/webpack.config.js"
},
"peerDependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
"react": "^15.5.4 || ^16.0.0",
"react-dom": "^15.5.4 || ^16.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 58033e2

Please sign in to comment.