Add git repository to the package.json file of the module

Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
cmoulliard
2024-02-16 12:31:22 +01:00
parent 905f470831
commit 8db9fdaf29
@@ -8,6 +8,11 @@
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "plugins/scaffolder-backend-module-gitea"
},
"backstage": {
"role": "backend-plugin-module"
},