Skip to content

Commit 948651e

Browse files
authored
Merge pull request #56 from github/mattcosta7-patch-3
Update keywords in package.json for performance panel
2 parents 9af9abf + a73801e commit 948651e

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.changeset/update-keywords.md

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+
Update keywords in package.json to improve discoverability.

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
"registry": "https://registry.npmjs.org/"
1717
},
1818
"keywords": [
19-
"storybook-addons",
20-
"performance",
21-
"storybook",
2219
"storybook-addon",
20+
"performance",
2321
"profiling",
24-
"react",
2522
"web-vitals",
2623
"frame-timing",
27-
"layout-shift"
24+
"layout-shift",
25+
"react"
2826
],
2927
"exports": {
3028
".": {

0 commit comments

Comments
 (0)