From 4416b80e3b308f94d40cb2a87aac9d60ef589f0b Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sun, 3 Jan 2021 08:59:17 +0100 Subject: [PATCH] Address NPM Warnings --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 719f19e..f627d07 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,9 @@ "yargs": "16.2.0" }, "author": "QeeqBox", - "license": "AGPL 3.0" + "license": "AGPL-3.0", + "repository": { + "type": "git", + "url": "https://github.com/qeeqbox/social-analyzer" + } }