Skip to content

Commit

Permalink
Add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 30, 2021
1 parent b17fdf5 commit d80673a
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d80673a

Please sign in to comment.