Fixed homepage links [skip ci]

This commit is contained in:
Pavan Kumar Sunkara 2018-08-12 08:01:45 +02:00
parent 843236ccec
commit d8cdeda825
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
"name": "@storybook/angular",
"version": "4.0.0-alpha.16",
"description": "Storybook for Angular: Develop Angular Components in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/angular",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/angular",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},

View File

@ -2,7 +2,7 @@
"name": "@storybook/html",
"version": "4.0.0-alpha.16",
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/html",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/html",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},

View File

@ -2,7 +2,7 @@
"name": "@storybook/polymer",
"version": "4.0.0-alpha.16",
"description": "Storybook for Polymer: Develop Polymer components in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/polymer",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/polymer",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},

View File

@ -2,7 +2,7 @@
"name": "@storybook/svelte",
"version": "4.0.0-alpha.16",
"description": "Storybook for Svelte: Develop Svelte Component in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/svelte",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/svelte",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},

View File

@ -2,7 +2,7 @@
"name": "@storybook/vue",
"version": "4.0.0-alpha.16",
"description": "Storybook for Vue: Develop Vue Component in isolation with Hot Reloading.",
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/vue",
"homepage": "https://github.com/storybooks/storybook/tree/master/app/vue",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},