Skip to content

Commit bd3eedc

Browse files
committed
update pkg
1 parent 686d9be commit bd3eedc

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

package.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
2-
"name": "storybook-addon-kit",
3-
"version": "0.0.0",
4-
"description": "everything you need to build a Storybook addon",
2+
"name": "storybook-addon-variants",
3+
"version": "0.0.1",
4+
"description": "Show all variants of a component in a grid",
55
"keywords": [
6-
"storybook-addons"
6+
"storybook-addons",
7+
"props",
8+
"api",
9+
"combinations",
10+
"mixed",
11+
"combined grid"
712
],
813
"repository": {
914
"type": "git",
10-
"url": "https://github.com/storybookjs/storybook-addon-kit"
15+
"url": "https://github.com/itaditya/storybook-addon-variants"
1116
},
12-
"author": "package-author",
17+
"author": "itaditya",
1318
"license": "MIT",
1419
"main": "dist/cjs/index.js",
1520
"module": "dist/esm/index.js",
@@ -79,9 +84,13 @@
7984
"access": "public"
8085
},
8186
"storybook": {
82-
"displayName": "Addon Kit",
87+
"displayName": "Variants Addon",
8388
"supportedFrameworks": [
84-
"supported-frameworks"
89+
"react",
90+
"vue",
91+
"svelte",
92+
"preact",
93+
"react-native"
8594
],
8695
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
8796
},

0 commit comments

Comments
 (0)