From 45a8a0c402c4e8067513067a0c7f73c7b4fcb16b Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 23 Jun 2020 05:35:40 +0100 Subject: [PATCH] chore: temporarily use latest commit of hexo-util - https://github.com/hexojs/hexo-util/pull/210 is not released yet --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 83ab835..28e7e39 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "hexo-renderer-marked": "hexojs/hexo-renderer-marked", "hexo-yam": "curbengh/hexo-yam", "postcss-normalize": "^9.0.0", - "sanitize.css": "^11.0.0" + "sanitize.css": "^11.0.0", + "hexo-util": "hexojs/hexo-util" }, "devDependencies": { "hexo-server": "hexojs/hexo-server"