Update frontend-plugin-api package.json with repo information

To fix https://www.npmjs.com/package/@backstage/frontend-plugin-api having a source code URL location (and thus fixing security scanners triggering on that information missing).

Signed-off-by: hubofgitongithub <156336979+hubofgitongithub@users.noreply.github.com>
This commit is contained in:
hubofgitongithub
2024-02-06 09:38:18 +01:00
committed by GitHub
parent 778ea9e152
commit ad2444c8da
@@ -12,6 +12,11 @@
"backstage": {
"role": "web-library"
},
"repository": {
"type": "git",
"url": "https://github.com/backstage/backstage",
"directory": "packages/frontend-plugin-api"
},
"sideEffects": false,
"scripts": {
"start": "backstage-cli package start",