Skip to content

Commit

Permalink
build(node): drop node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Aug 21, 2020
1 parent 74dab67 commit ff98913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": 8
"node": 10
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/noamokman/express-json-error-handler#readme",
"engines": {
"node": ">=8"
"node": ">=10"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix"
Expand Down

0 comments on commit ff98913

Please sign in to comment.