From 16b864cfe51a389e2cc4c33435dbf3be04339fef Mon Sep 17 00:00:00 2001 From: Kelvin Samuel Date: Sun, 24 Apr 2022 16:12:43 +0700 Subject: [PATCH] test --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 583a0ac..062cf32 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,13 @@ }, "devDependencies": { "nodemon": "^2.0.14" - } + }, + "repository": { + "type": "git", + "url": "git+https://gitlab.com/nekoya/web.git" + }, + "bugs": { + "url": "https://gitlab.com/nekoya/web/issues" + }, + "homepage": "https://gitlab.com/nekoya/web#readme" }