Skip to content

Commit 0df896b

Browse files
committed
Replace 'dependencies' with 'peerDependencies'
1 parent 02e671b commit 0df896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.1",
44
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
55
"main": "build/index.js",
6-
"dependencies": {
7-
"react": "^16.2.0"
6+
"peerDependencies": {
7+
"react": "^15.x.x || ^16.x.x"
88
},
99
"devDependencies": {
1010
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)