Skip to content

Commit

Permalink
Update compatibility with Hexo 7 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-yihong authored Jan 18, 2024
1 parent 1a1bf53 commit 9071c2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-feed",
"version": "1.1.1",
"version": "1.1.2",
"description": "RSS, Atom and JSON Feed generator for Hexo static site generator",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/sergeyzwezdin/hexo-feed#readme",
"peerDependencies": {
"hexo": "^4.2.0 || ^5.2.0 || ^6.1.0",
"hexo": "^4.2.0 || ^5.2.0 || ^6.1.0 || ^7.0.0",
"chalk": "^4.1.0"
},
"dependencies": {},
Expand Down

0 comments on commit 9071c2f

Please sign in to comment.