We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356d16b commit c3217cdCopy full SHA for c3217cd
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+node_modules\
package.json
@@ -3,10 +3,10 @@
3
"docs:build": "vuepress build docs"
4
},
5
"dependencies": {
6
- "vuepress": "^1.9.7",
7
"vuepress-plugin-code-copy": "^1.0.6"
8
9
"devDependencies": {
10
- "@vuepress/plugin-back-to-top": "^1.9.7"
+ "@vuepress/plugin-back-to-top": "^1.9.7",
+ "vuepress": "^1.9.10"
11
}
12
0 commit comments