From 7394ee4e42f4731ec4a82cf2b748fa6fa8daeef1 Mon Sep 17 00:00:00 2001 From: Supun-ascentic Date: Fri, 29 Dec 2023 15:12:46 +0530 Subject: [PATCH] Chnage package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 98a5fd6..08ae4a1 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "", "main": "index.js", + "repository": { + "url": "https://github.com/ssethsara/react-three-npc" + }, "publishConfig": { "registry": "https://npm.pkg.github.com/@ssethsara" },