From d77be811bed11a4cf4cecafc23a0740dd8d4d906 Mon Sep 17 00:00:00 2001 From: Leibale Eidelman Date: Tue, 24 Jan 2023 13:02:08 -0500 Subject: [PATCH] add keywords in root package.json (#2389) --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a6f01ce76f..a5a5cbe99f 100644 --- a/package.json +++ b/package.json @@ -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" + ] }