From 37fd3c1af5671f08be6c4142ec30f02d987f5040 Mon Sep 17 00:00:00 2001 From: Vinothkumar Duraisamy Date: Thu, 20 Aug 2020 20:19:34 +0530 Subject: [PATCH] fix: Add repository url --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 9635562..1e3ba2b 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ ], "author": "Vinoth", "license": "ISC", +"repository": { + "type": "git", + "url": "https://github.com/vinothdevelop/HTMLReport4Jest" + }, "bugs": { "url": "https://github.com/vinothdevelop/HTMLReport4Jest/issues" },