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

Commit

Permalink
Move react-dom to optionalDependencies, fix #402 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Young authored and James Baxley committed Jan 9, 2017
1 parent 5d8ac22 commit 03a6216
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@
"peerDependencies": {
"apollo-client": "^0.6.0",
"react": "0.14.x || 15.* || ^15.0.0",
"react-dom": "0.14.x || 15.* || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0"
},
"optionalDependencies": {
"react-dom": "0.14.x || 15.* || ^15.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.33",
"@types/enzyme": "^2.4.32",
Expand Down

0 comments on commit 03a6216

Please sign in to comment.