Add repository
This commit is contained in:
parent
634eb6f958
commit
7755a1d110
|
|
@ -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/**/*'",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue