fix: 主题依赖添加node版本限制

This commit is contained in:
xugaoyi 2022-08-24 10:03:27 +08:00
parent 21f74b4ff9
commit 6dbd428d35
1 changed files with 3 additions and 0 deletions

View File

@ -48,5 +48,8 @@
},
"devDependencies": {
"@vuepress/types": "^1.9.5"
},
"engines": {
"node": ">=14.17.0"
}
}