Skip to content

Commit 0fd12db

Browse files
authored
chore(node): drop Node 8 support (#88)
BREAKING CHANGE: Support for Node.js version 8.x has been dropped.
1 parent 60cec66 commit 0fd12db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
'@babel/preset-env',
55
{
66
targets: {
7-
node: 8,
7+
node: 10,
88
},
99
},
1010
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "https://wkovacs64.github.io/pwned",
6161
"engines": {
62-
"node": ">= 8"
62+
"node": ">= 10"
6363
},
6464
"dependencies": {
6565
"common-tags": "^1.8.0",

0 commit comments

Comments
 (0)