Skip to content

Commit

Permalink
package: add private for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 15, 2024
1 parent 72ab315 commit 03b94f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "qsu-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"serve": "vitepress serve src"
},
"author": "jooy2 <[email protected]>",
"author": "CDGet <[email protected]>",
"license": "MIT",
"dependencies": {
"vitepress": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 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 @@ -65,7 +65,7 @@
"file"
],
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"dayjs": "^1.11.13",
Expand Down

0 comments on commit 03b94f3

Please sign in to comment.