fix(release): add package repository metadata
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user