2.1.0
This commit is contained in:
parent
6bbdea1908
commit
29cdd41966
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue