Add repository and bugs to package.json
This commit is contained in:
parent
abac87d854
commit
51f7e924c2
1 changed files with 8 additions and 0 deletions
|
@ -2,6 +2,14 @@
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "work-time-calculator",
|
"name": "work-time-calculator",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"url": "https://git/korhonen.cc/FunctionalHacker/work-time-calculator.git",
|
||||||
|
"type": "git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://git.korhonen.cc/FunctionalHacker/work-time-calculator/issues",
|
||||||
|
"email": "wtc@functionalhacker.korhonen.cc"
|
||||||
|
},
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "CLI work time calculation utility",
|
"description": "CLI work time calculation utility",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue