We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff09b49 commit 8e767e9Copy full SHA for 8e767e9
package.json
@@ -13,7 +13,7 @@
13
"example": "examples"
14
},
15
"scripts": {
16
- "test": "scripts/test --browsers Firefox --single-run",
+ "test": "scripts/test --browsers Firefox",
17
"start": "scripts/dev-examples"
18
19
"authors": [
@@ -50,7 +50,8 @@
50
"lodash.assign": "^3.2.0"
51
52
"peerDependencies": {
53
- "react": "^0.14.0 || ^15.0.0-0"
+ "react": "^0.14.0 || ^15.0.0",
54
+ "react-dom": "^0.14.0 || ^15.0.0"
55
56
"tags": [
57
"react",
@@ -63,4 +64,4 @@
63
64
"modal",
65
"dialog"
66
]
-}
67
+}
0 commit comments