Skip to content

Commit dcc7929

Browse files
committed
1.1.0
1 parent 8b45119 commit dcc7929

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "react-lazy-load-image-component",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
55
"main": "build/index.js",
66
"peerDependencies": {
77
"react": "^15.x.x || ^16.x.x",
88
"react-dom": "^15.x.x || ^16.x.x"
99
},
10+
"dependencies": {
11+
"lodash.debounce": "^4.0.8",
12+
"lodash.throttle": "^4.1.1"
13+
},
1014
"devDependencies": {
1115
"babel-cli": "^6.24.1",
1216
"babel-core": "^6.26.0",
@@ -56,9 +60,5 @@
5660
"bugs": {
5761
"url": "https://github.com/Aljullu/react-lazy-load-image-component/issues"
5862
},
59-
"homepage": "https://github.com/Aljullu/react-lazy-load-image-component#readme",
60-
"dependencies": {
61-
"lodash.debounce": "^4.0.8",
62-
"lodash.throttle": "^4.1.1"
63-
}
63+
"homepage": "https://github.com/Aljullu/react-lazy-load-image-component#readme"
6464
}

0 commit comments

Comments
 (0)