chore: add repository url to package.json for trusted publishing

pull/210/head
Boaz Poolman 2026-03-02 14:25:01 +01:00
parent a3229d1ced
commit 313221f029
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@
"bugs": { "bugs": {
"url": "https://github.com/pluginpal/strapi-plugin-config-sync/issues" "url": "https://github.com/pluginpal/strapi-plugin-config-sync/issues"
}, },
"repository": {
"type": "git",
"url": "git://github.com/pluginpal/strapi-plugin-config-sync.git"
},
"homepage": "https://www.pluginpal.io/plugin/config-sync", "homepage": "https://www.pluginpal.io/plugin/config-sync",
"engines": { "engines": {
"node": ">=20.0.0 <=24.x.x", "node": ">=20.0.0 <=24.x.x",