Skip to content

Commit

Permalink
Merge 63a9ff7 into c0bf222
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed May 13, 2020
2 parents c0bf222 + 63a9ff7 commit f160581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ node_js:
- "10"
- "12"
- "13"
- "14"

script:
- npm run eslint
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "hexo",
"version": "4.2.0",
"version": "4.2.1",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "lib/hexo",
"bin": {
Expand Down Expand Up @@ -45,10 +45,10 @@
"chalk": "^3.0.0",
"hexo-cli": "^3.0.0",
"hexo-front-matter": "^1.0.0",
"hexo-fs": "^2.0.0",
"hexo-fs": "^2.0.1",
"hexo-i18n": "^1.0.0",
"hexo-log": "^1.0.0",
"hexo-util": "^1.8.0",
"hexo-util": "^1.9.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"micromatch": "^4.0.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"sinon": "^7.1.1"
},
"engines": {
"node": ">=8.10.0"
"node": ">=8.10.0 <14"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit f160581

Please sign in to comment.