Fixed erroneous repository.url in some manage plugin packages (#4977)
* Fixed erroneous repository.url in some manage plugin packages Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com> * Also fix repository.directory Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com> --------- Signed-off-by: Gustaf Räntilä <g.rantila@gmail.com>
This commit is contained in:
parent
9a143944f3
commit
7593e172ce
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'@backstage-community/plugin-manage-module-tech-insights': patch
|
||||
'@backstage-community/plugin-manage-react': patch
|
||||
'@backstage-community/plugin-manage': patch
|
||||
---
|
||||
|
||||
Fixed erroneous repository.url in package.json
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
"homepage": "https://backstage.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/backstage/backstage",
|
||||
"directory": "plugins/manage-module-tech-insights"
|
||||
"url": "https://github.com/backstage/community-plugins",
|
||||
"directory": "workspaces/manage/plugins/manage-module-tech-insights"
|
||||
},
|
||||
"keywords": [
|
||||
"backstage",
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"homepage": "https://backstage.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/backstage/backstage",
|
||||
"directory": "plugins/manage-react"
|
||||
"url": "https://github.com/backstage/community-plugins",
|
||||
"directory": "workspaces/manage/plugins/manage-react"
|
||||
},
|
||||
"keywords": [
|
||||
"backstage",
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"homepage": "https://backstage.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/backstage/backstage",
|
||||
"directory": "plugins/manage"
|
||||
"url": "https://github.com/backstage/community-plugins",
|
||||
"directory": "workspaces/manage/plugins/manage"
|
||||
},
|
||||
"keywords": [
|
||||
"backstage",
|
||||
|
|
|
|||
Loading…
Reference in New Issue