We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fc4f6 commit d5a0877Copy full SHA for d5a0877
incident/package.json
@@ -10,9 +10,14 @@
10
"types": "dist/index.d.ts"
11
},
12
"backstage": {
13
- "role": "frontend-plugin"
+ "pluginId": "incident-io",
14
+ "role": "frontend-plugin",
15
+ "pluginPackages": [
16
+ "@incident-io/backstage"
17
+ ]
18
19
"configSchema": "config.d.ts",
20
+ "sideEffects": false,
21
"scripts": {
22
"start": "backstage-cli package start",
23
"build": "backstage-cli package build",
@@ -73,4 +78,4 @@
73
78
"url": "https://github.com/incident-io/backstage-plugins.git",
74
79
"directory": "incident"
75
80
}
76
-}
81
+}
0 commit comments