From 0675b42b30a00bae0d6aaffbf49964ed7f934982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 15 Jul 2018 12:45:38 +0200 Subject: [PATCH] improve package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0ca060b..f318d98 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "description": "Fork-Awesome subset builder", "scripts": {}, "license": "MIT", + "repository": { + "type": "git", + "url": "https://git.ondrovo.com/MightyPork/fork-awesome-customizer.git" + }, "dependencies": { "js-yaml": "^3.12.0" },