diff --git a/package.json b/package.json index a43e3a9..7519cd7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "editFm": "node utils/editFrontmatter.js", "baiduPush": "node utils/baiduPush.js https://xugaoyi.com && bash baiduPush.sh", "publish": "cd theme-vdoing && npm publish && cd ../ && npm run updateTheme", - "updateTheme": "npm uninstall vuepress-theme-vdoing && rm -rf node_modules && npm i && npm i vuepress-theme-vdoing" + "updateTheme": "npm uninstall vuepress-theme-vdoing && rm -rf node_modules && npm i && npm i vuepress-theme-vdoing -D" }, "license": "MIT", "devDependencies": { @@ -22,7 +22,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.6.0", + "vuepress-theme-vdoing": "^1.6.1", "yamljs": "^0.3.0" }, "dependencies": {