Skip to content

Commit

Permalink
Merge pull request #35 from kadirahq/add-react-dom-dep
Browse files Browse the repository at this point in the history
Add missing dependency fixes #34
  • Loading branch information
Muhammed Thanish committed Aug 30, 2016
2 parents 5eb3594 + 520e125 commit 94cada8
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 @@ -42,7 +42,8 @@
"sinon": "^1.17.3"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0"
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0"
},
"dependencies": {
"@kadira/react-split-pane": "^1.4.0",
Expand Down

0 comments on commit 94cada8

Please sign in to comment.