Skip to content

Commit b8fe01c

Browse files
committed
fix: requires node >=10.20.0 instead of >=4
1 parent 4766b02 commit b8fe01c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[npm_url]: https://www.npmjs.com/package/net-keepalive
1313
[npm_shield]: https://img.shields.io/npm/v/net-keepalive.svg?style=flat
1414
[node_url]: https://dist.nodejs.org
15-
[node_shield]: https://img.shields.io/badge/node-%3E%3D4-green.svg
15+
[node_shield]: https://img.shields.io/badge/node-%3E%3D10.20.0-green.svg
1616
[os_shield]: https://img.shields.io/badge/os-linux%2Cosx%2Cbsd-green.svg
1717
[travis_url]: https://travis-ci.org/hertzg/node-net-keepalive
1818
[travis_shield]: https://travis-ci.org/hertzg/node-net-keepalive.svg?branch=master

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"*.d.ts"
2929
],
3030
"engines": {
31-
"node": ">=4"
31+
"node": ">=10.20.0"
3232
},
3333
"husky": {
3434
"hooks": {
@@ -53,7 +53,7 @@
5353
"bugs": {
5454
"url": "https://github.com/hertzg/node-net-keepalive/issues"
5555
},
56-
"homepage": "https://github.com/hertzg/node-net-keepalive",
56+
"homepage": "https://hertzg.github.io/node-net-keepalive/",
5757
"dependencies": {
5858
"ffi-napi": "^3.0.1",
5959
"ref-napi": "^3.0.0"

0 commit comments

Comments
 (0)