We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 419e77b + a80cfd7 commit b1358efCopy full SHA for b1358ef
2 files changed
.changeset/add-storybook-addons-keyword.md
@@ -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
@@ -16,9 +16,10 @@
16
"registry": "https://registry.npmjs.org/"
17
},
18
"keywords": [
19
+ "storybook-addons",
20
+ "performance",
21
"storybook",
22
"storybook-addon",
- "performance",
23
"profiling",
24
"react",
25
"web-vitals",
0 commit comments