Skip to content

Commit d5a0877

Browse files
committed
Add missing package.json properties
1 parent 37fc4f6 commit d5a0877

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

incident/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@
1010
"types": "dist/index.d.ts"
1111
},
1212
"backstage": {
13-
"role": "frontend-plugin"
13+
"pluginId": "incident-io",
14+
"role": "frontend-plugin",
15+
"pluginPackages": [
16+
"@incident-io/backstage"
17+
]
1418
},
1519
"configSchema": "config.d.ts",
20+
"sideEffects": false,
1621
"scripts": {
1722
"start": "backstage-cli package start",
1823
"build": "backstage-cli package build",
@@ -73,4 +78,4 @@
7378
"url": "https://github.com/incident-io/backstage-plugins.git",
7479
"directory": "incident"
7580
}
76-
}
81+
}

0 commit comments

Comments
 (0)