From 057ee570deaadcbffde33c2d889c8ea9bc002c2e Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sat, 29 May 2021 15:16:28 +0300 Subject: [PATCH] Add descriptions (cherry picked from commit f4ac52c317b7294cb6abb998f37b540f02f36713) --- package.json | 10 +++++----- packages/api/package.json | 18 ++++++++++++------ packages/express/package.json | 16 +++++++++++----- packages/fastify/package.json | 16 +++++++++++----- packages/hapi/package.json | 16 +++++++++++----- packages/ui/package.json | 6 ++++++ 6 files changed, 56 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index d35b9cb1..3647ba0c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -16,7 +13,7 @@ }, "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 ", @@ -24,6 +21,9 @@ "Erik Engervall ", "felixmosh" ], + "workspaces": [ + "packages/*" + ], "scripts": { "prepublishOnly": "yarn build", "lint": "eslint \"./packages/**/*.ts*\"", diff --git a/packages/api/package.json b/packages/api/package.json index 1a249a44..a131a684 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -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" }, diff --git a/packages/express/package.json b/packages/express/package.json index 8e26ed0a..d39f961a 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -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": "*", diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 9497dd7a..1afbae33 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -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": "*", diff --git a/packages/hapi/package.json b/packages/hapi/package.json index 0ccff1e7..36cc3fab 100644 --- a/packages/hapi/package.json +++ b/packages/hapi/package.json @@ -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": "*", diff --git a/packages/ui/package.json b/packages/ui/package.json index bc3de699..a34e89d9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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": [