Skip to content

Commit

Permalink
Update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed May 27, 2021
1 parent 8ca4ce1 commit 1924635
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "storybook-addon-kit",
"version": "0.0.0",
"description": "everything you need to build a Storybook addon",
"name": "@storybook/addon-google-analytics",
"version": "6.3.0-next.0",
"description": "Storybook addon for google analytics",
"keywords": [
"storybook-addons",
"style",
"test"
"code"
],
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook-addon-kit"
"url": "https://github.com/storybookjs/addon-google-analytics"
},
"author": "winkerVSbecks",
"license": "MIT",
"main": "dist/preset",
"files": [
Expand Down Expand Up @@ -71,12 +69,10 @@
"access": "public"
},
"storybook": {
"displayName": "Addon Kit",
"supportedFrameworks": [
"react",
"vue",
"angular"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
"displayName": "Google Analytics",
"icon": "https://pbs.twimg.com/profile_images/1021848775885651968/cU74ahCn_400x400.jpg",
"unsupportedFrameworks": [
"react-native"
]
}
}

0 comments on commit 1924635

Please sign in to comment.