From aa7dc297aff267d8278da52df2b0564d55c909eb Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Fri, 21 Feb 2025 17:53:57 +1100 Subject: [PATCH] chore: add repository information to package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index f7af0df..d2068ab 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,15 @@ "types": "dist/index.d.ts", "files": [ "dist" + ], + "repository": { + "type": "git", + "url": "https://github.com/Astrian/datenel-react" + }, + "additionalRepositories": [ + { + "type": "git", + "url": "https://git.nas.astrian.moe/Astrian/datenel-react" + } ] }