Skip to content

Commit be8dfa9

Browse files
committed
build(target): remove support for Node.js v6
BREAKING CHANGE: This removes support for Node v6 and makes the new minimum runtime Node v8, as v6 is EOL as of April, 2019. Please upgrade your Node.js environment to at least version 8, or continue using the latest v6 release of `pwned` if you are unable to upgrade your environment.
1 parent 3fc1b24 commit be8dfa9

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: 6,
7+
node: 8,
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": ">= 6.4.0"
62+
"node": ">= 8"
6363
},
6464
"dependencies": {
6565
"hibp": "^7.5.0",

0 commit comments

Comments
 (0)