Skip to content

Commit

Permalink
chore(vitePress): 升级 vitePress 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
vaebe committed Apr 21, 2024
1 parent c260c81 commit f32cb4a
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 168 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"predocs:dev": "node ./scripts/index.js",
"docs:dev": "vitepress dev",
"docs:build": "npm run predocs:dev && vitepress build",
"predocs:build": "node ./scripts/index.js",
"docs:build": "vitepress build",
"docs:preview": " vitepress preview",
"postinstall": "husky install",
"commit": "git-cz"
Expand Down Expand Up @@ -53,7 +53,7 @@
"prettier": "^3.0.0",
"sass": "^1.64.2",
"simple-git": "^3.19.1",
"vitepress": "1.0.0-rc.4"
"vitepress": "^1.1.3"
},
"description": "",
"keywords": [
Expand Down
Loading

0 comments on commit f32cb4a

Please sign in to comment.