From d80673ae32ea0d7fa3be95697f15af9873c1d71f Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sat, 29 May 2021 17:28:40 +0300 Subject: [PATCH] Add keywords --- package.json | 4 +++- packages/api/package.json | 8 ++++++++ packages/express/package.json | 10 ++++++++++ packages/fastify/package.json | 10 ++++++++++ packages/hapi/package.json | 10 ++++++++++ packages/ui/package.json | 8 ++++++++ 6 files changed, 49 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ad6d3023..568f5407 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,11 @@ "description": "Bull queue UI for inspecting jobs", "keywords": [ "bull", + "bullmq", "redis", "queue", - "monitoring" + "monitoring", + "dashboard" ], "bugs": { "url": "https://github.com/felixmosh/bull-board/issues" diff --git a/packages/api/package.json b/packages/api/package.json index 39d56413..37083b08 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -2,6 +2,14 @@ "name": "@bull-board/api", "version": "3.0.0", "description": "Bull-Board common api package", + "keywords": [ + "bull", + "bullmq", + "redis", + "queue", + "monitoring", + "dashboard" + ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", diff --git a/packages/express/package.json b/packages/express/package.json index 3c56fb6b..c97f2574 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -2,6 +2,16 @@ "name": "@bull-board/express", "version": "3.0.0", "description": "Express.js server adapter for Bull-Board package", + "keywords": [ + "bull", + "bullmq", + "redis", + "express", + "adapter", + "queue", + "monitoring", + "dashboard" + ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 85e4b424..654f9b75 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -2,6 +2,16 @@ "name": "@bull-board/fastify", "version": "3.0.0", "description": "Fastify.js server adapter for Bull-Board package", + "keywords": [ + "bull", + "bullmq", + "redis", + "fastify", + "adapter", + "queue", + "monitoring", + "dashboard" + ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 246f74e2..c99adf8c 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -2,6 +2,16 @@ "name": "@bull-board/hapi", "version": "3.0.0", "description": "Hapi.js server adapter for Bull-Board package", + "keywords": [ + "bull", + "bullmq", + "redis", + "hapi", + "adapter", + "queue", + "monitoring", + "dashboard" + ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git", diff --git a/packages/ui/package.json b/packages/ui/package.json index c00c9399..bd99581e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -2,6 +2,14 @@ "name": "@bull-board/ui", "version": "3.0.0", "description": "Bull-Board's UI package", + "keywords": [ + "bull", + "bullmq", + "redis", + "queue", + "monitoring", + "dashboard" + ], "repository": { "type": "git", "url": "git+https://github.com/felixmosh/bull-board.git",