From 4d6195699ecbcf4c61c4af43836e9ccdb7f5d88c Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 13 Aug 2024 21:40:48 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs:=20adding=20repository=20on?= =?UTF-8?q?=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 72e9ce6..fb6d68f 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,10 @@ "npx" ], "author": "Carlos Gutierrez ", + "repository": { + "type": "git", + "url": "https://github.com/CarGDev/reactwizard" + }, "scripts": { "start": "node index.js", "test": "jest",