From ac80f642d2dae6b53672efce6839ae6c04bd9a8a Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 25 Apr 2025 17:19:32 +0200 Subject: [PATCH] chore: change package origin basically I'm using GitHub as a frontend, but I use Bitbucket as my origin and Bitbucket Pipelines as my CI services, because screw Microsoft, that's why. I feel forced to use GitHub as everyone else is using it... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43880b4..824121d 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "https://about:blank" + "url": "https://github.com/ByteB4rb1e/esm-logging.git" }, "author": "Tiara Rodney", "license": "UNLICENSED",