We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71ad2b commit e6660d2Copy full SHA for e6660d2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-lazy-load",
3
- "version": "3.0.7",
+ "version": "3.0.8",
4
"description": "Simple lazy loading component built with react",
5
"main": "./lib/LazyLoad.js",
6
"scripts": {
@@ -55,7 +55,7 @@
55
"lodash.throttle": "^4.0.0"
56
},
57
"peerDependencies": {
58
- "react": "^0.14.0",
59
- "react-dom": "^0.14.0"
+ "react": "^0.14.0 || ^15.0.0-0",
+ "react-dom": "^0.14.0 || ^15.0.0-0"
60
}
61
0 commit comments