Skip to content

Commit 8c2415d

Browse files
chore(deps-dev): bump hexo-fs from 2.0.0 to 3.0.1 (#35)
* chore(deps-dev): bump hexo-fs from 2.0.0 to 3.0.1 Bumps [hexo-fs](https://github.com/hexojs/hexo-fs) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/hexojs/hexo-fs/releases) - [Commits](hexojs/hexo-fs@2.0.0...3.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> * drop note 8 * Update package.json Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Thomas <[email protected]>
1 parent 0b24ab5 commit 8c2415d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sudo: false
55
cache: false
66

77
node_js:
8-
- "8"
98
- "10"
9+
- "12"
1010
- "node"
1111

1212
script:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"chai": "^4.2.0",
3434
"eslint": "^6.0.1",
3535
"eslint-config-hexo": "^4.0.0",
36-
"hexo-fs": "^2.0.0",
36+
"hexo-fs": "^3.0.1",
3737
"mocha": "^7.1.2",
3838
"nyc": "^15.0.0"
3939
},
4040
"engines": {
41-
"node": ">=8.6.0"
41+
"node": ">=10.13.0"
4242
}
4343
}

0 commit comments

Comments
 (0)