From dded715eb58b9f307fbefe4e587c7cae7f6cc9f1 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Wed, 7 Feb 2024 13:27:12 +0000 Subject: [PATCH] chore: update repository URL Update `repository.url` in package.json to avoid a redirect for tooling that uses it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dad2363..3e529ea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/rvagg/branch-diff.git" + "url": "https://github.com/nodejs/branch-diff.git" }, "preferGlobal": true, "devDependencies": {