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" + } ] }