vpbuildhelper
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -116,3 +116,3 @@ | ||
// 如果是一个目录,则递归遍历 | ||
traverseDir(fullPath); | ||
clean(fullPath); | ||
} else { | ||
@@ -119,0 +119,0 @@ // 如果是一个文件,则检查文件后缀 |
{ | ||
"name": "vpbuildhelper", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "vitepress build helper for content that requires authorization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15773