From cefcbdb1ac538e223ce90fb753506d0073413e44 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:30:26 +1100 Subject: [PATCH] Update repository URL in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d44188..02cb64a 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,9 @@ "description": "TypeScript version of the original JavaScript-based bot for Official Daggerwin Discord.", "main": "dist/index.js", "type": "module", - "homepage": "https://github.com/AnxietyisReal/Daggerbot-TS", "repository": { "type": "git", - "url": "git+https://github.com/AnxietyisReal/Daggerbot-TS.git" + "url": "git+https://github.com/AnxietyisReal/Daggerbot-TS/tree/old" }, "author": "Toast", "license": "ISC",