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 ",