From 51f7e924c2532c67fb7474cc14f9017ebe8b518c Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 14 Nov 2023 18:10:30 +0200 Subject: [PATCH] Add repository and bugs to package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index fae2d66..7149de6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,14 @@ "$schema": "https://json.schemastore.org/package.json", "name": "work-time-calculator", "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", "description": "CLI work time calculation utility", "type": "module",