Skip to content

Commit

Permalink
chore(deps-dev): bump hexo-fs from 2.0.0 to 3.0.1 (#35)
Browse files Browse the repository at this point in the history
* 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] <support@dependabot.com>

* drop note 8

* Update package.json

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Thomas <tomap@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] and tomap committed May 18, 2020
1 parent 0b24ab5 commit 8c2415d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,8 +5,8 @@ sudo: false
cache: false

node_js:
- "8"
- "10"
- "12"
- "node"

script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -33,11 +33,11 @@
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-hexo": "^4.0.0",
"hexo-fs": "^2.0.0",
"hexo-fs": "^3.0.1",
"mocha": "^7.1.2",
"nyc": "^15.0.0"
},
"engines": {
"node": ">=8.6.0"
"node": ">=10.13.0"
}
}

0 comments on commit 8c2415d

Please sign in to comment.