Skip to content

Commit c3217cd

Browse files
author
BrozJ
committed
added ignore
1 parent 356d16b commit c3217cd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules\

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"docs:build": "vuepress build docs"
44
},
55
"dependencies": {
6-
"vuepress": "^1.9.7",
76
"vuepress-plugin-code-copy": "^1.0.6"
87
},
98
"devDependencies": {
10-
"@vuepress/plugin-back-to-top": "^1.9.7"
9+
"@vuepress/plugin-back-to-top": "^1.9.7",
10+
"vuepress": "^1.9.10"
1111
}
1212
}

0 commit comments

Comments
 (0)