From e652f46fc4e619ce4c473f49fdc7e93c985870b4 Mon Sep 17 00:00:00 2001 From: AmirAbrams Date: Wed, 9 Oct 2019 12:38:55 -0500 Subject: [PATCH] Add Git repo to Node package configuration file --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6c64ff10..fe7fc4a2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,10 @@ "email": "info@hiddenfield.com", "url": "https://duality.solutions/pshare" }, + "repository": { + "type": "git", + "url": "https://github.com/duality-solutions/pShare.git" + }, "build": { "appId": "solutions.duality.pshare", "productName": "pShare",