Skip to content

Commit d77be81

Browse files
authored
add keywords in root package.json (#2389)
1 parent 6642278 commit d77be81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"bugs": {
4444
"url": "https://github.com/redis/node-redis/issues"
4545
},
46-
"homepage": "https://github.com/redis/node-redis"
46+
"homepage": "https://github.com/redis/node-redis",
47+
"keywords": [
48+
"redis"
49+
]
4750
}

0 commit comments

Comments
 (0)