storybook-addon-dependency-previews 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Storybook Add On - Dependency Previews
2
2
 
3
- ![Dependency Previews logo](https://github.com/Dan503/storybook-addon-dependency-previews/raw/main/storybook-addon-package/readme-images/dependency-previews-logo.png)
3
+ [![Dependency Previews logo](https://github.com/Dan503/storybook-addon-dependency-previews/raw/main/storybook-addon-package/readme-images/dependency-previews-logo.png)](https://dependency-previews-storybook.netlify.app/?path=/docs/04-templates-home-template--docs)
4
4
 
5
5
  ## What is this?
6
6
 
@@ -16,7 +16,7 @@ The below image demonstrates what you will see when you open up some of the depe
16
16
 
17
17
  ![Dependency Previews - all open](https://github.com/Dan503/storybook-addon-dependency-previews/raw/main/storybook-addon-package/readme-images/all-open.png)
18
18
 
19
- See the dependency previews add on in action at the [Storybook addon demo site](https://dependency-previews-storybook.netlify.app/).
19
+ See the dependency previews add on in action at the [Storybook addon demo site](https://dependency-previews-storybook.netlify.app/?path=/docs/04-templates-home-template--docs).
20
20
 
21
21
  You can also [visit the example website](https://dependency-previews-demo-site.netlify.app/) that the Storybook demo is built for.
22
22
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "storybook-addon-dependency-previews",
3
3
  "description": "A Storybook 10 addon to automatically generate a visual dependency tree for your components.",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "private": false,
6
6
  "license": "Apache-2.0",
7
- "homepage": "https://dependency-previews-storybook.netlify.app/",
7
+ "homepage": "https://dependency-previews-storybook.netlify.app/?path=/docs/04-templates-home-template--docs",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+https://github.com/Dan503/storybook-addon-dependency-previews.git"