Skip to content

Commit

Permalink
chore(node): drop Node 8 support (#88)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support for Node.js version 8.x has been dropped.
  • Loading branch information
wKovacs64 committed Mar 19, 2020
1 parent 60cec66 commit 0fd12db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'@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 @@ -59,7 +59,7 @@
},
"homepage": "https://wkovacs64.github.io/pwned",
"engines": {
"node": ">= 8"
"node": ">= 10"
},
"dependencies": {
"common-tags": "^1.8.0",
Expand Down

0 comments on commit 0fd12db

Please sign in to comment.