Skip to content

Commit 6f26955

Browse files
authored
chore(orchestrator): rename exposed OrchestratorFormWidgetsPlugin to PluginRoot (#784)
Signed-off-by: Marek Libra <marek.libra@gmail.com>
1 parent c2fef82 commit 6f26955

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"scalprum": {
7272
"name": "red-hat-developer-hub.backstage-plugin-orchestrator-form-widgets",
7373
"exposedModules": {
74-
"OrchestratorFormWidgetsPlugin": "./src/index.ts"
74+
"PluginRoot": "./src/index.ts"
7575
}
7676
},
7777
"devDependencies": {

workspaces/orchestrator/plugins/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"scalprum": {
112112
"name": "red-hat-developer-hub.backstage-plugin-orchestrator",
113113
"exposedModules": {
114-
"OrchestratorPlugin": "./src/index.ts"
114+
"PluginRoot": "./src/index.ts"
115115
}
116116
},
117117
"maintainers": [

0 commit comments

Comments
 (0)