From 0ec6be61f3ba75e51a2025a20410ca3d59f45a46 Mon Sep 17 00:00:00 2001 From: Night Kaly Date: Thu, 23 Nov 2023 20:20:05 +0000 Subject: [PATCH] fix link --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b5f4d7..37a2a4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "2.0.0", + "version": "2.0.1", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "git+https://codeberg.org/night0721/cath.git" + "url": "https://codeberg.org/night0721/cath.git" }, "bugs": { "url": "https://codeberg.org/night0721/cath/issues"