From 7755a1d1105070fcc689d17c6f2af8f46bfa49f0 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Sun, 4 Oct 2020 15:07:43 +0300 Subject: [PATCH] Add repository --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 850e6e3..c20c42e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "license": "GPL-3.0-or-later", "description": "Zwift workout generator command line tool and library", "author": "Rene Saarsoo ", + "repository": { + "type" : "git", + "url" : "https://github.com/nene/zwiftout.git" + }, "scripts": { "lint:ts": "tsc --noEmit", "lint:js": "eslint 'src/**/*'",