Skip to content

Commit

Permalink
Adds React 16 as peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
braposo committed May 5, 2019
1 parent b2e8e6a commit 7a87dfd
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 @@ -62,8 +62,8 @@
"webpack-cli": "^3.1.2"
},
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1"
"react": "^15.0.1 || ^16.0.1",
"react-dom": "^15.0.1 || ^16.0.1"
},
"dependencies": {
"can-use-dom": "0.1.0",
Expand Down

0 comments on commit 7a87dfd

Please sign in to comment.