From 907b3940212791c9a8c80bd4499ac6a09274a703 Mon Sep 17 00:00:00 2001 From: Roger Chappel Date: Sun, 28 Jun 2026 16:50:58 +1000 Subject: [PATCH] chore: fill package release metadata --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cf75be..93dab88 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,10 @@ "type": "git", "url": "git+https://github.com/rogerchappel/stackforge.git" }, + "bugs": { + "url": "https://github.com/rogerchappel/stackforge/issues" + }, + "homepage": "https://github.com/rogerchappel/stackforge#readme", "license": "MIT", "files": [ "dist", @@ -43,7 +47,10 @@ "templates", "scripts", "docs", + "CHANGELOG.md", + "CONTRIBUTING.md", "README.md", - "LICENSE" + "LICENSE", + "SECURITY.md" ] }