From af08c4dab3de234bce6c5991bb58793717e0411c Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Mon, 6 Dec 2021 16:09:58 +0300 Subject: [PATCH] add repository info --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1caca8b..90086c6 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,10 @@ "email": "maksim77ster@gmail.com" }, "publisher": "mak-sim", + "repository": { + "type": "git", + "url": "https://github.com/maksim77/gitcheck.git" + }, "activationEvents": [ "workspaceContains:.git/" ],