We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd076c6 commit 8ffd15dCopy full SHA for 8ffd15d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "legit-image",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "an img tag, with built in lazy loading",
5
"main": "lib/image.js",
6
"scripts": {
@@ -43,7 +43,7 @@
43
"webpack-dev-server": "^1.10.1"
44
},
45
"peerDependencies": {
46
- "react": ">0.15.0",
+ "react": ">=0.14.0 || >15.0.0",
47
"react-dom": ">15.0.0"
48
}
49
0 commit comments