@stencil/storybook-plugin 0.0.1 → 0.0.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npx storybook@next init
|
|
|
13
13
|
to setup a new Storybook project. Select any preset available, e.g. Lit and finish the setup process. After, install the StencilJS preset.
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
npm i --save-dev @stencil/storybook
|
|
16
|
+
npm i --save-dev @stencil/storybook-plugin
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Last, update the `.storybook/main.ts` file as following:
|