From df20cf85909b967e99a63359a944c7d355db3c90 Mon Sep 17 00:00:00 2001 From: Boris Litvinsky Date: Mon, 11 Jun 2018 18:53:23 +0300 Subject: [PATCH] fix(package): added repo to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 1803697..253bdd9 100644 --- a/package.json +++ b/package.json @@ -104,5 +104,9 @@ "assets": "vscode-glean.vsix" } ] + }, + "repository": { + "type": "git", + "url": "https://github.com/wix-incubator/vscode-glean.git" } } \ No newline at end of file