This commit is contained in:
Rene Saarsoo 2020-10-06 13:28:34 +03:00
parent 919996dd09
commit 478e0350ae
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "zwiftout", "name": "zwiftout",
"version": "0.1.0", "version": "0.1.1",
"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": { "repository": {
"type" : "git", "type": "git",
"url" : "https://github.com/nene/zwiftout.git" "url": "https://github.com/nene/zwiftout.git"
}, },
"scripts": { "scripts": {
"lint:ts": "tsc --noEmit", "lint:ts": "tsc --noEmit",