From 0b3addd925465deebb11f335c0100887502c86a7 Mon Sep 17 00:00:00 2001 From: Gary Scott Date: Sat, 27 Aug 2022 20:49:51 -0700 Subject: [PATCH] Update package.json with repo info --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c410011..b11be5d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,13 @@ "https", "expiration" ], - "author": "Gary Scott", + "author": "Gary Scott (https://garyscott.net)", "license": "MIT", "scripts": { "test": "node test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/garster/cert-check.git" } }