File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-lazy-load-image-component" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " React Component to lazy load images using a HOC to track window scroll position. " ,
5
5
"main" : " build/index.js" ,
6
6
"peerDependencies" : {
7
7
"react" : " ^15.x.x || ^16.x.x" ,
8
8
"react-dom" : " ^15.x.x || ^16.x.x"
9
9
},
10
+ "dependencies" : {
11
+ "lodash.debounce" : " ^4.0.8" ,
12
+ "lodash.throttle" : " ^4.1.1"
13
+ },
10
14
"devDependencies" : {
11
15
"babel-cli" : " ^6.24.1" ,
12
16
"babel-core" : " ^6.26.0" ,
56
60
"bugs" : {
57
61
"url" : " https://github.com/Aljullu/react-lazy-load-image-component/issues"
58
62
},
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"
64
64
}
You can’t perform that action at this time.
0 commit comments