Skip to content

Commit

Permalink
build: add version field to storybook package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaycock committed Dec 29, 2023
1 parent 8111107 commit 400e52b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions www/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@cloudmix-dev/storybook",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
Expand All @@ -9,14 +10,14 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "~0.3.0",
"@cloudmix-dev/react": "workspace:~0.0.10",
"@cloudmix-dev/react": "workspace:~0.0.11",
"@heroicons/react": "~2.1.1",
"react": "~18.2.0",
"react-dom": "~18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "~4.20231218.0",
"@cloudmix-dev/tailwind": "workspace:~0.0.10",
"@cloudmix-dev/tailwind": "workspace:~0.0.11",
"@storybook/addon-essentials": "~7.6.6",
"@storybook/addon-interactions": "~7.6.6",
"@storybook/addon-links": "~7.6.6",
Expand Down

0 comments on commit 400e52b

Please sign in to comment.