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 40b61d2 commit d9e9826Copy full SHA for d9e9826
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-lazy-load-image-component",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
5
"main": "build/index.js",
6
"peerDependencies": {
@@ -39,7 +39,11 @@
39
},
40
"keywords": [
41
"react",
42
- "lazyloading"
+ "react-component",
43
+ "lazyload",
44
+ "lazyloading",
45
+ "lazy-loading",
46
+ "lazyload-images"
47
],
48
"author": {
49
"name": "Albert Juhé Lluveras",
0 commit comments