add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -3,7 +3,15 @@
|
||||
"version": "0.8.0-next.0",
|
||||
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
"role": "common-library",
|
||||
"pluginId": "kubernetes",
|
||||
"pluginPackages": [
|
||||
"@backstage/plugin-kubernetes",
|
||||
"@backstage/plugin-kubernetes-backend",
|
||||
"@backstage/plugin-kubernetes-common",
|
||||
"@backstage/plugin-kubernetes-node",
|
||||
"@backstage/plugin-kubernetes-react"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user