chore: add repository url to package.json for trusted publishing
parent
a3229d1ced
commit
313221f029
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue