Skip to content

Commit a80cfd7

Browse files
Copilotmattcosta7
andcommitted
Add storybook-addons keyword for Storybook catalog discoverability
Co-authored-by: mattcosta7 <8616962+mattcosta7@users.noreply.github.com>
1 parent 561b888 commit a80cfd7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@github-ui/storybook-addon-performance-panel": patch
3+
---
4+
5+
Add `storybook-addons` keyword as the first keyword in package.json so the addon is discoverable by the Storybook integration catalog.

packages/storybook-addon-performance-panel/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"registry": "https://registry.npmjs.org/"
1717
},
1818
"keywords": [
19+
"storybook-addons",
20+
"performance",
1921
"storybook",
2022
"storybook-addon",
21-
"performance",
2223
"profiling",
2324
"react",
2425
"web-vitals",

0 commit comments

Comments
 (0)