We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b757d commit 543ddbcCopy full SHA for 543ddbc
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "simple-react-modal",
3
"description": "The simplest modal",
4
- "version": "0.4.8",
+ "version": "0.4.9",
5
"main": "./build/simple-modal.js",
6
"directories": {
7
"example": "example"
@@ -38,6 +38,6 @@
38
},
39
"homepage": "https://github.com/legitcode/modal",
40
"peerDependencies": {
41
- "react": "^0.14.3"
+ "react": ">=0.14 || >=15.0"
42
}
43
0 commit comments