Skip to content

Commit

Permalink
fix: Vitepress is not a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 19, 2024
1 parent 86264c8 commit c59eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions docs/package-lock.json

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

4 changes: 1 addition & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "docs",
"private": true,
"devDependencies": {
"vitepress": "^1.3.2"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build"
},
"dependencies": {
"vitepress": "^1.3.2",
"vue": "^3.5.12"
}
}

0 comments on commit c59eca6

Please sign in to comment.