1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

add keywords in root package.json (#2389)

This commit is contained in:
Leibale Eidelman
2023-01-24 13:02:08 -05:00
committed by GitHub
parent 6642278f96
commit d77be811be

View File

@@ -43,5 +43,8 @@
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis"
"homepage": "https://github.com/redis/node-redis",
"keywords": [
"redis"
]
}