Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 942239c

Browse files
authored
update vitepress (#249)
1 parent 998758f commit 942239c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"preview": "vitepress preview ."
1212
},
1313
"devDependencies": {
14-
"vitepress": "^1.0.0-beta.5"
14+
"vitepress": "^1.1.3"
1515
}
1616
}

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "eslint . --fix",
1111
"textlint": "textlint --format pretty-error",
1212
"textlint:docs": "textlint --format pretty-error docs/**",
13-
"docs": "npm run -w=handson-vue3-docs"
13+
"docs": "npm -w=handson-vue3-docs"
1414
},
1515
"workspaces": [
1616
".",

0 commit comments

Comments
 (0)