Skip to content

Commit

Permalink
Add react-dom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 27, 2016
1 parent 49b9b90 commit 36c8304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"chart"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"d3-color": "^1.0.2",
Expand Down

0 comments on commit 36c8304

Please sign in to comment.