From c9c8ab327c8676b82502c0880ea76550347c978b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Harkes?= Date: Sun, 18 Feb 2024 18:09:35 +0100 Subject: [PATCH] add respository to package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1b9b9af..cb2e024 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,10 @@ "keywords": [ "eml", "email", "viewer", ".eml" ], + "repository": { + "type": "git", + "url": "https://github.com/joelharkes/vscode_email_viewer" + }, "activationEvents": [], "main": "./out/extension.js", "contributes": {