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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user