From 61227d3fb2b4640efc48caf12d82b9fd196ca10a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Apr 2026 11:50:59 +0000 Subject: [PATCH] ci: update GitHub template files --- src/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/package.json b/src/package.json index b7a1e72..fd3dc74 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,16 @@ { "name": "github-activity", "version": "0.1.1", + "homepage": "https://github-activity.trueberryless.org", + "bugs": { + "url": "https://github.com/trueberryless-org/github-activity/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/trueberryless-org/github-activity.git" + }, + "license": "MIT", + "author": "trueberryless (https://trueberryless.org)", "type": "module", "scripts": { "astro": "astro",