From c0caa45145cf76a65ea55903ca8dfc3f14aa5b7f Mon Sep 17 00:00:00 2001 From: Zioth Date: Wed, 15 Nov 2023 20:30:51 +0100 Subject: [PATCH] chore: updated repository url to new name --- lib/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/package.json b/lib/package.json index 16a072d..d066cf6 100644 --- a/lib/package.json +++ b/lib/package.json @@ -5,12 +5,12 @@ "description": "", "repository": { "type": "git", - "url": "https://github.com/Ziothh/nra" + "url": "https://github.com/Ziothh/ntr" }, "bugs": { - "url": "https://github.com/Ziothh/nra/issues" + "url": "https://github.com/Ziothh/ntr/issues" }, - "homepage": "https://github.com/Ziothh/nra#readme", + "homepage": "https://github.com/Ziothh/ntr#readme", "main": "index.ts", "types": "index.ts", "type": "module",