This commit is contained in:
Rene Saarsoo 2021-03-21 15:06:14 +02:00
parent 6bbdea1908
commit 29cdd41966
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "zwiftout", "name": "zwiftout",
"version": "2.0.0", "version": "2.1.0",
"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>",
@ -21,7 +21,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"bin": { "bin": {
"zwiftout": "./bin/zwiftout.js" "zwiftout": "bin/zwiftout.js"
}, },
"dependencies": { "dependencies": {
"argparse": "^2.0.1", "argparse": "^2.0.1",