Skip to content

Commit d9e9826

Browse files
committed
1.0.2
1 parent 40b61d2 commit d9e9826

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lazy-load-image-component",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": " React Component to lazy load images using a HOC to track window scroll position. ",
55
"main": "build/index.js",
66
"peerDependencies": {
@@ -39,7 +39,11 @@
3939
},
4040
"keywords": [
4141
"react",
42-
"lazyloading"
42+
"react-component",
43+
"lazyload",
44+
"lazyloading",
45+
"lazy-loading",
46+
"lazyload-images"
4347
],
4448
"author": {
4549
"name": "Albert Juhé Lluveras",

0 commit comments

Comments
 (0)