Skip to content

Commit

Permalink
refactor: package directory (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework authored Oct 2, 2024
1 parent 54b0407 commit 7782fdb
Show file tree
Hide file tree
Showing 37 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ The repository contains the Storybook Rsbuild builder and UI framework integrati
| package | description |
| ------------------------------------------------------- | ------------------------------------------------------------ |
| [storybook-builder-rsbuild](./packages/builder-rsbuild) | Rsbuild powered builder for Storybook |
| [storybook-react-rsbuild](./packages/react-rsbuild) | React integration for Storybook with Rsbuild builder |
| [storybook-vue3-rsbuild](./packages/vue3-rsbuild) | Vue 3 integration for Storybook with Rsbuild builder |
| [storybook-html-rsbuild](./packages/html-rsbuild) | Vanilla JS/TS integration for Storybook with Rsbuild builder |
| [storybook-react-rsbuild](./packages/framework-react) | React integration for Storybook with Rsbuild builder |
| [storybook-vue3-rsbuild](./packages/framework-vue3) | Vue 3 integration for Storybook with Rsbuild builder |
| [storybook-html-rsbuild](./packages/framework-html) | Vanilla JS/TS integration for Storybook with Rsbuild builder |

## Usage

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/rspack-contrib/storybook-rsbuild",
"directory": "packages/vanilla-rsbuild"
"directory": "packages/framework-html"
},
"license": "MIT",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/rspack-contrib/storybook-rsbuild",
"directory": "packages/react-rsbuild"
"directory": "packages/framework-react"
},
"license": "MIT",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"repository": {
"type": "git",
"url": "https://github.com/rspack-contrib/storybook-rsbuild",
"directory": "packages/vue3-rsbuild"
"directory": "packages/framework-vue3"
},
"license": "MIT",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7782fdb

Please sign in to comment.