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/**/*'",