Skip to content

Commit

Permalink
Remove support for end-of-life Node.js version 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed May 1, 2019
1 parent b55d51c commit dba6d49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"dependencies": {
"markdown-it": "8.4.2"
Expand Down

0 comments on commit dba6d49

Please sign in to comment.