From eab77bc5b5361dc73e2ec8aa4678c8bb6114f6e7 Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Mon, 2 Mar 2026 21:35:55 -0800 Subject: [PATCH] fix(release): add package repository metadata --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c45f035..f35720f 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,10 @@ "type": "module", "private": false, "bin": { - "compound-plugin": "./src/index.ts" + "compound-plugin": "src/index.ts" }, + "homepage": "https://github.com/EveryInc/compound-engineering-plugin", + "repository": "https://github.com/EveryInc/compound-engineering-plugin", "publishConfig": { "access": "public" },