From c95c7677eccb1de633f5b62b85fdeffc11629dff Mon Sep 17 00:00:00 2001 From: OrJDev Date: Mon, 26 Sep 2022 20:47:19 +0300 Subject: [PATCH] modified git repo --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e2e5427..feac79f 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,13 @@ "keywords": [ "solidjs", "trpc" - ] + ], + "repository": { + "type": "git", + "url": "git+https://github.com/OrJDev/solid-trpc.git" + }, + "bugs": { + "url": "https://github.com/OrJDev/solid-trpc/issues" + }, + "homepage": "https://github.com/OrJDev/solid-trpc#readme" }