Skip to content

Commit

Permalink
feat: update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Oct 27, 2024
1 parent 0b502b3 commit 06aa266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"esbuild": "^0.21.5",
"estree-walker": "^2.0.2",
"focus-trap": "^7.6.0",
"fsevents": "^2.3.3",
"hast-util-to-html": "^9.0.3",
"hast-util-whitespace": "^3.0.0",
"hookable": "^5.5.3",
Expand Down Expand Up @@ -71,6 +70,9 @@
"devDependencies": {
"vitepress": "^1.3.4"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
Expand Down

0 comments on commit 06aa266

Please sign in to comment.