Skip to content

Commit

Permalink
Added homepage, description & keywords (#6969)
Browse files Browse the repository at this point in the history
Added homepage, description & keywords
  • Loading branch information
shilman authored Jun 4, 2019
2 parents cd14d1f + 8086ccc commit cd824c3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@storybook/root",
"description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.",
"homepage": "https://storybook.js.org/",
"version": "5.1.0-rc.0",
"private": true,
"repository": {
Expand Down Expand Up @@ -245,5 +247,27 @@
"Other"
]
]
}
},
"keywords": [
"ui",
"user interface",
"components",
"storybook",
"storybookjs",
"react",
"reactjs",
"angular",
"angularjs",
"vue",
"vuejs",
"babel",
"eslint",
"frontend",
"jamstack",
"documentation",
"tool",
"templated",
"reuseable",
"markup"
]
}

0 comments on commit cd824c3

Please sign in to comment.