Skip to content

Commit b1358ef

Browse files
authored
Merge pull request #54 from github/copilot/update-keywords-for-addon
Add `storybook-addons` keyword for Storybook integration catalog discoverability
2 parents 419e77b + a80cfd7 commit b1358ef

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)