Skip to content

Commit

Permalink
[fixed] Add react-dom as a peer dependency
Browse files Browse the repository at this point in the history
closes #219
  • Loading branch information
claydiffrient committed Sep 14, 2016
1 parent ff09b49 commit 8e767e9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"example": "examples"
},
"scripts": {
"test": "scripts/test --browsers Firefox --single-run",
"test": "scripts/test --browsers Firefox",
"start": "scripts/dev-examples"
},
"authors": [
Expand Down Expand Up @@ -50,7 +50,8 @@
"lodash.assign": "^3.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"tags": [
"react",
Expand All @@ -63,4 +64,4 @@
"modal",
"dialog"
]
}
}

0 comments on commit 8e767e9

Please sign in to comment.