Merge pull request #1686 from guozhenyi/dev

chore: 补充缺少的依赖库
This commit is contained in:
Jerry Wong
2025-05-07 18:28:03 +08:00
committed by GitHub
Unverified
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
.DS_Store
.DS_Store
node_modules/
+3 -1
View File
@@ -23,8 +23,10 @@
"email": "my@crazywong.com"
},
"dependencies": {
"hexo-renderer-pug": "^3.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-renderer-pug": "^3.0.0"
"hexo-util": "^3.3.0",
"moment-timezone": "^0.5.48"
},
"homepage": "https://butterfly.js.org/",
"author": "Jerry <my@crazywong.com>",