Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
(cherry picked from commit f4ac52c)
  • Loading branch information
felixmosh committed May 29, 2021
1 parent 50b394c commit 057ee57
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 26 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"name": "@bull-board/root",
"version": "2.0.3",
"version": "2.1.2",
"description": "Bull queue UI for inspecting jobs",
"workspaces": [
"packages/*"
],
"keywords": [
"bull",
"redis",
Expand All @@ -16,14 +13,17 @@
},
"repository": {
"type": "git",
"url": "https://github.com/felixmosh/bull-board.git"
"url": "git+https://github.com/felixmosh/bull-board.git"
},
"license": "MIT",
"author": "Vitor Capretz <[email protected]>",
"contributors": [
"Erik Engervall <[email protected]>",
"felixmosh"
],
"workspaces": [
"packages/*"
],
"scripts": {
"prepublishOnly": "yarn build",
"lint": "eslint \"./packages/**/*.ts*\"",
Expand Down
18 changes: 12 additions & 6 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"name": "@bull-board/api",
"version": "2.1.2",
"main": "dist/index.js",
"author": "felixmosh",
"license": "MIT",
"scripts": {
"build": "tsc",
"test": "jest"
"description": "Bull-Board common api package",
"repository": {
"type": "git",
"url": "git+https://github.com/felixmosh/bull-board.git",
"directory": "packages/api"
},
"license": "MIT",
"author": "felixmosh",
"main": "dist/index.js",
"files": [
"dist",
"typings",
"*Adapter.*"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"dependencies": {
"redis-info": "^3.0.8"
},
Expand Down
16 changes: 11 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "@bull-board/express",
"version": "2.1.2",
"main": "dist/index.js",
"author": "felixmosh",
"license": "MIT",
"scripts": {
"build": "tsc"
"description": "Express.js server adapter for Bull-Board package",
"repository": {
"type": "git",
"url": "git+https://github.com/felixmosh/bull-board.git",
"directory": "packages/express"
},
"license": "MIT",
"author": "felixmosh",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
Expand Down
16 changes: 11 additions & 5 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "@bull-board/fastify",
"version": "2.1.2",
"main": "dist/index.js",
"author": "felixmosh",
"license": "MIT",
"scripts": {
"build": "tsc"
"description": "Fastify.js server adapter for Bull-Board package",
"repository": {
"type": "git",
"url": "git+https://github.com/felixmosh/bull-board.git",
"directory": "packages/fastify"
},
"license": "MIT",
"author": "felixmosh",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
Expand Down
16 changes: 11 additions & 5 deletions packages/hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
{
"name": "@bull-board/hapi",
"version": "2.1.2",
"main": "dist/index.js",
"author": "felixmosh",
"license": "MIT",
"scripts": {
"build": "tsc"
"description": "Hapi.js server adapter for Bull-Board package",
"repository": {
"type": "git",
"url": "git+https://github.com/felixmosh/bull-board.git",
"directory": "packages/hapi"
},
"license": "MIT",
"author": "felixmosh",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@bull-board/api": "*",
"@bull-board/ui": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "@bull-board/ui",
"version": "2.1.2",
"description": "Bull-Board's UI package",
"repository": {
"type": "git",
"url": "git+https://github.com/felixmosh/bull-board.git",
"directory": "packages/ui"
},
"license": "MIT",
"author": "felixmosh",
"files": [
Expand Down

0 comments on commit 057ee57

Please sign in to comment.