Skip to content

Commit 726773b

Browse files
committed
v1.1.0
1 parent 590556f commit 726773b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@react-theming/storybook-addon",
3-
"version": "1.0.3",
3+
"description": "Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution",
4+
"version": "1.1.0",
45
"private": false,
56
"main": "dist/index.js",
67
"homepage": "https://github.com/react-theming/storybook-addon",
@@ -87,6 +88,8 @@
8788
},
8889
"keywords": [
8990
"storybook",
91+
"storybook-addons",
92+
"style",
9093
"react",
9194
"material",
9295
"ui",
@@ -109,5 +112,8 @@
109112
"customization",
110113
"dark theme",
111114
"light theme"
112-
]
115+
],
116+
"storybook": {
117+
"displayName": "React Theming"
118+
}
113119
}

0 commit comments

Comments
 (0)