File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments