From 11393096510bb4d8634ff5eed9ae16b2bf3d8a00 Mon Sep 17 00:00:00 2001 From: LoneRifle Date: Mon, 17 Apr 2023 11:07:18 +0800 Subject: [PATCH] chore(pkg-json): add repo urls --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index a6c8658..cc08357 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,15 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "repository": { + "type": "git", + "url": "git+https://github.com/LoneRifle/towing-hook.git" + }, "author": "LoneRifle ", "license": "MIT", + "bugs": { + "url": "https://github.com/LoneRifle/towing-hook/issues" + }, "dependencies": { "mitm": "^1.7.2", "node-forge": "^1.3.1",