Skip to content

Commit 8e767e9

Browse files
committed
[fixed] Add react-dom as a peer dependency
closes #219
1 parent ff09b49 commit 8e767e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"example": "examples"
1414
},
1515
"scripts": {
16-
"test": "scripts/test --browsers Firefox --single-run",
16+
"test": "scripts/test --browsers Firefox",
1717
"start": "scripts/dev-examples"
1818
},
1919
"authors": [
@@ -50,7 +50,8 @@
5050
"lodash.assign": "^3.2.0"
5151
},
5252
"peerDependencies": {
53-
"react": "^0.14.0 || ^15.0.0-0"
53+
"react": "^0.14.0 || ^15.0.0",
54+
"react-dom": "^0.14.0 || ^15.0.0"
5455
},
5556
"tags": [
5657
"react",
@@ -63,4 +64,4 @@
6364
"modal",
6465
"dialog"
6566
]
66-
}
67+
}

0 commit comments

Comments
 (0)