From c27a09d11385753c8ed1e58294e300afb025a703 Mon Sep 17 00:00:00 2001 From: MAWXHUB <130845891+mawxcodehub@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:38:44 -0400 Subject: [PATCH] fix: correct npm metadata urls Signed-off-by: MAWXHUB <130845891+mawxcodehub@users.noreply.github.com> --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca55e67..b601bb1 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,11 @@ "homepage": "https://github.com/SaltyAom/mobius", "repository": { "type": "git", - "url": "://github.com/SaltyAom/mobius" + "url": "git+https://github.com/SaltyAom/mobius.git" + }, + "bugs": { + "url": "https://github.com/SaltyAom/mobius/issues" }, - "bugs": "://github.com/SaltyAom/mobius/issues", "license": "MIT", "scripts": { "dev": "bun run --watch example/index.ts",