Skip to content

Commit

Permalink
config: Fix dependency for build being devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Mar 14, 2024
1 parent 095f03e commit 25250e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
27 changes: 5 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"dependencies": {
"vite-plugin-css-injected-by-js": "^3.4.0",
"npm-run-all2": "^6.1.2",
"vue": "^3.4.21"
},
"devDependencies": {
Expand All @@ -46,7 +47,6 @@
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"prettier": "^3.0.3",
"storybook": "^8.0.0",
"typescript": "~5.4.0",
Expand Down

0 comments on commit 25250e9

Please sign in to comment.