add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
"version": "0.1.14-next.1",
|
||||
"description": "A Backstage plugin that contains react components helps you build a home page",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
"role": "web-library",
|
||||
"pluginId": "home",
|
||||
"pluginPackages": [
|
||||
"@backstage/plugin-home",
|
||||
"@backstage/plugin-home-react"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
|
||||
Reference in New Issue
Block a user