Add repository

This commit is contained in:
Rene Saarsoo 2020-10-04 15:07:43 +03:00
parent 634eb6f958
commit 7755a1d110
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"description": "Zwift workout generator command line tool and library", "description": "Zwift workout generator command line tool and library",
"author": "Rene Saarsoo <github@triin.net>", "author": "Rene Saarsoo <github@triin.net>",
"repository": {
"type" : "git",
"url" : "https://github.com/nene/zwiftout.git"
},
"scripts": { "scripts": {
"lint:ts": "tsc --noEmit", "lint:ts": "tsc --noEmit",
"lint:js": "eslint 'src/**/*'", "lint:js": "eslint 'src/**/*'",