Skip to content

Commit c83988a

Browse files
committed
Fixed merge conflict
2 parents 7570c58 + 5b8f885 commit c83988a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@
44
"description": "Select between themes and tweak them directly in a panel.",
55
"keywords": [
66
"storybook-addons",
7+
"storybook-addon",
78
"storybook",
89
"addon",
910
"theme",
1011
"playground",
1112
"react",
1213
"typescript",
13-
"storybook-addon",
1414
"style"
1515
],
16+
"storybook": {
17+
"displayName": "Theme Playground",
18+
"supportedFrameworks": [
19+
"React"
20+
]
21+
},
1622
"bugs": "https://github.com/jeslage/storybook-addon-theme-playground/issues",
1723
"repository": "jeslage/storybook-addon-theme-playground",
1824
"license": "MIT",
@@ -21,6 +27,7 @@
2127
"types": "dist/index.d.ts",
2228
"files": [
2329
"dist",
30+
"README.md",
2431
"register.js",
2532
"preset.js"
2633
],

0 commit comments

Comments
 (0)