From a93577b7fe6b0e1e0957de43b90f76cea404447a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Wed, 18 Sep 2024 14:19:13 -0400 Subject: [PATCH] chore: declare hexo 7.0 support --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee0a2d0..547cc9a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "terser": "^5.31.6" }, "peerDependencies": { - "hexo": "^5.0.0 || ^6.0.0" + "hexo": "^5.0.0 || ^6.0.0 || ^7.0.0" }, "engines": { "node": ">=18"