Skip to content

Commit

Permalink
Remove react-dom from peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Dec 12, 2016
1 parent 7483e2a commit b1c2c12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"gauge"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"d3-ease": "^1.0.2",
Expand Down

0 comments on commit b1c2c12

Please sign in to comment.