Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
xpc committed Nov 23, 2023
1 parent 9561bd6 commit 23ae29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "theme-vdoing-doc",
"version": "1.0.0",
"scripts": {
"start": "vuepress dev docs",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
"deploy": "bash deploy.sh",
"updateTheme": "yarn remove vuepress-theme-vdoing && rm -rf node_modules && yarn && yarn add vuepress-theme-vdoing -D",
Expand All @@ -24,7 +24,7 @@
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.11.2",
"vuepress-theme-vdoing": "^1.12.9",
"yamljs": "^0.3.0"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8816,10 +8816,10 @@ vuepress-plugin-zooming@^1.1.7:
dependencies:
zooming "^2.1.1"

vuepress-theme-vdoing@1.11.2:
version "1.11.2"
resolved "https://registry.npmmirror.com/vuepress-theme-vdoing/-/vuepress-theme-vdoing-1.11.2.tgz#737c6bfe554725c601237ee2436a3bbc7c796f40"
integrity sha512-M7AHPiDdVQujc3cKL7rgu/gAeB6AnJCA2uUuZMOMk6hj9zLfgD5AeDQm/+q/Yx0O7qzQ8ZjBLmkxrNlSkRj0ww==
vuepress-theme-vdoing@^1.12.9:
version "1.12.9"
resolved "https://registry.npmmirror.com/vuepress-theme-vdoing/-/vuepress-theme-vdoing-1.12.9.tgz#e1f4b6d170fd7082fc7a1e334149d0bd5bb4ff40"
integrity sha512-TpZ6wRaqRVyNfHNlNMIpWsQqcX2QUZWpMVSNYeepR3LRpq6qbz0dUN9fHlOoCyYFHGsWBSgYyxCSvFwoPk01/Q==
dependencies:
"@better-scroll/core" "^2.0.0-beta.6"
"@better-scroll/slide" "^2.0.0-beta.6"
Expand Down

1 comment on commit 23ae29a

@vercel
Copy link

@vercel vercel bot commented on 23ae29a Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.