From e48bf22fb531840978015ddde152041e904d3187 Mon Sep 17 00:00:00 2001 From: Mitsuki Ogasahara Date: Fri, 13 Dec 2024 16:52:51 +0900 Subject: [PATCH] chore: Add repository information to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ae947d..d5792f8 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,9 @@ "engines": { "node": ">=20.0.0" }, - "version": "1.0.0" + "version": "1.0.0", + "repository": { + "type": "git", + "url": "https://github.com/yamitzky/synk-calendar.git" + } }