From 36727d35e898d6dda75daff1a43d13004fd00ca0 Mon Sep 17 00:00:00 2001 From: Asaf Masa Date: Thu, 19 Aug 2021 16:22:39 +0300 Subject: [PATCH 1/2] fix: fix package.json git references --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a2f6979..cf40e2c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@map-colonies/mc-priority-queue", "version": "2.0.2", - "description": "This is template for map colonies typescript packages", + "description": "This package handles tasks consuming from jobs manager", "main": "./dist/index.js", "scripts": { "test:unit": "jest --config=./tests/configurations/unit/jest.config.js", @@ -22,12 +22,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/MapColonies/ts-npm-package-boilerplate.git" + "url": "git+https://https://github.com/MapColonies/mc-priority-queue.git" }, "author": "MapColonies", "license": "ISC", "bugs": { - "url": "https://github.com/MapColonies/ts-npm-package-boilerplate/issues" + "url": "https://github.com/MapColonies/mc-priority-queue/issues" }, "husky": { "hooks": { @@ -38,7 +38,7 @@ "files": [ "dist/**/*" ], - "homepage": "https://github.com/MapColonies/ts-npm-package-boilerplate#readme", + "homepage": "https://github.com/MapColonies/mc-priority-queue#readme", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0", From a046978b97c4002509dfc005ba4a5b901c8f2c20 Mon Sep 17 00:00:00 2001 From: Asaf Masa Date: Thu, 19 Aug 2021 16:25:00 +0300 Subject: [PATCH 2/2] chore: fix bugs url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf40e2c..61a0822 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "repository": { "type": "git", - "url": "git+https://https://github.com/MapColonies/mc-priority-queue.git" + "url": "git+https://github.com/MapColonies/mc-priority-queue.git" }, "author": "MapColonies", "license": "ISC",