Skip to content

Commit

Permalink
Merge pull request #197 from lo1tuma/drop-node-6
Browse files Browse the repository at this point in the history
Drop nodejs 6 support
  • Loading branch information
lo1tuma committed Jul 8, 2019
2 parents 8ad04fc + 2b0754a commit 75118bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
sudo: false
node_js:
- "6"
- "8"
- "10"
notifications:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.3.0",
"description": "Eslint rules for mocha.",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"main": "index.js",
"files": [
Expand Down

0 comments on commit 75118bc

Please sign in to comment.