Skip to content

Commit

Permalink
drop nodejs 6 support & update dependencies (#98)
Browse files Browse the repository at this point in the history
* drop nodejs 6 support
And update strip-indent

* Update package.json
  • Loading branch information
tomap authored and yoshinorin committed Jul 10, 2019
1 parent 27eb9c1 commit 575b664
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,8 @@ cache:
- node_modules

node_js:
- "6"
- "8"
- "10"
- "node"

script:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -28,19 +28,19 @@
],
"license": "MIT",
"dependencies": {
"hexo-util": "^0.6.2",
"marked": "^0.6.1",
"strip-indent": "^2.0.0"
"hexo-util": "^0.6.3",
"marked": "^0.6.2",
"strip-indent": "^3.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.9.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"babel-eslint": "^10.0.1",
"eslint-config-hexo": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.0"
"mocha": "^6.1.4"
},
"engines": {
"node": ">=6.9.0"
"node": ">=8.6.0"
}
}

0 comments on commit 575b664

Please sign in to comment.