From 156aa6e1ceafbff9a9a75823a391bfd3dcd626dc Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Mon, 6 Feb 2017 22:42:51 +0100 Subject: [PATCH] chore: Update package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b46e4c5..abce81b 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,16 @@ "version": "0.0.2", "publisher": "Equinusocio", "license": "Apache-2.0", - "homepage": "https://github.com/equinusocio/vsc-material-theme", "icon": "logo.svg", "galleryBanner": { "color": "#2d2d2d", "theme": "dark" }, + "homepage": "https://github.com/equinusocio/vsc-material-theme", + "repository": { + "type": "git", + "url": "https://github.com/equinusocio/vsc-material-theme.git" + }, "bugs": { "url": "https://github.com/equinusocio/vsc-material-theme/issues" },