Skip to content

Commit

Permalink
chore: drop support for node 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops suppoprt to node 8 and updates linting rules
  • Loading branch information
ghermeto committed Jul 10, 2020
1 parent 982c7f8 commit bd34988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Expand Up @@ -9,7 +9,10 @@ var config = {
env: {
browser: false,
node: true,
es6: false
es6: true
},
parserOptions: {
ecmaVersion: 2018
},
rules: {}
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -90,7 +90,7 @@
"report-latency": "./bin/report-latency"
},
"engines": {
"node": ">=8.3.0"
"node": ">=10.21.0"
},
"dependencies": {
"assert-plus": "^1.0.0",
Expand Down

0 comments on commit bd34988

Please sign in to comment.