fix(release): add package repository metadata

This commit is contained in:
Kieran Klaassen
2026-03-02 21:35:55 -08:00
parent a3fb1bbfd6
commit eab77bc5b5

View File

@@ -4,8 +4,10 @@
"type": "module", "type": "module",
"private": false, "private": false,
"bin": { "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": { "publishConfig": {
"access": "public" "access": "public"
}, },