From 7c697c15e8b1852ffb9f33df6a9d3ba40a7c89bf Mon Sep 17 00:00:00 2001 From: gzy Date: Wed, 30 Apr 2025 16:56:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- package.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 65d2992..646ac51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -.DS_Store +node_modules/ diff --git a/package.json b/package.json index 3a3aaa6..632386f 100644 --- a/package.json +++ b/package.json @@ -15,16 +15,18 @@ "hexo-theme-butterfly" ], "repository": { - "type" : "git", - "url" : "https://github.com/jerryc127/hexo-theme-butterfly.git" + "type": "git", + "url": "https://github.com/jerryc127/hexo-theme-butterfly.git" }, "bugs": { "url": "https://github.com/jerryc127/hexo-theme-butterfly/issues", "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 ",