From b083d759f317eb562ccc78433a19436610f8640b Mon Sep 17 00:00:00 2001 From: Abd Shomad Date: Tue, 2 Sep 2025 22:13:24 +0700 Subject: [PATCH] fix: Update repository URL to correct GitHub account for npm publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aae806a1..47e605cd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/bmadcode/BMAD-METHOD.git" + "url": "git+https://github.com/abdshomad/NEXT-METHOD.git" }, "license": "MIT", "author": "Brian (BMad) Madison",