Skip to content

Commit

Permalink
fix: roll back vdoing (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Jan 25, 2024
1 parent b1e8066 commit 947ad7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"repository": "https://github.com/DVKunion/SeaMoon",
"author": "DVKunion",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev .",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build .",
"dev": "vuepress dev .",
"build": "vuepress build .",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
"editFm": "node utils/editFrontmatter.js"
},
"devDependencies": {
"vuepress": "^1.9.7",
"vuepress-theme-vdoing": "^1.12.9"
"vuepress-theme-vdoing": "^1.12.8"
}
}

0 comments on commit 947ad7f

Please sign in to comment.