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 02e671b commit 0df896bCopy full SHA for 0df896b
package.json
@@ -3,8 +3,8 @@
3
"version": "0.0.1",
4
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
5
"main": "build/index.js",
6
- "dependencies": {
7
- "react": "^16.2.0"
+ "peerDependencies": {
+ "react": "^15.x.x || ^16.x.x"
8
},
9
"devDependencies": {
10
"babel-cli": "^6.24.1",
0 commit comments