Skip to content

Commit

Permalink
fix: requires node >=10.20.0 instead of >=4
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg committed Nov 9, 2020
1 parent 4766b02 commit b8fe01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[npm_url]: https://www.npmjs.com/package/net-keepalive
[npm_shield]: https://img.shields.io/npm/v/net-keepalive.svg?style=flat
[node_url]: https://dist.nodejs.org
[node_shield]: https://img.shields.io/badge/node-%3E%3D4-green.svg
[node_shield]: https://img.shields.io/badge/node-%3E%3D10.20.0-green.svg
[os_shield]: https://img.shields.io/badge/os-linux%2Cosx%2Cbsd-green.svg
[travis_url]: https://travis-ci.org/hertzg/node-net-keepalive
[travis_shield]: https://travis-ci.org/hertzg/node-net-keepalive.svg?branch=master
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"*.d.ts"
],
"engines": {
"node": ">=4"
"node": ">=10.20.0"
},
"husky": {
"hooks": {
Expand All @@ -53,7 +53,7 @@
"bugs": {
"url": "https://github.com/hertzg/node-net-keepalive/issues"
},
"homepage": "https://github.com/hertzg/node-net-keepalive",
"homepage": "https://hertzg.github.io/node-net-keepalive/",
"dependencies": {
"ffi-napi": "^3.0.1",
"ref-napi": "^3.0.0"
Expand Down

0 comments on commit b8fe01c

Please sign in to comment.