add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
"version": "1.2.24-next.2",
|
||||
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
"role": "node-library",
|
||||
"pluginId": "search-backend",
|
||||
"pluginPackages": [
|
||||
"@backstage/plugin-search-backend-node"
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user