Skip to content

Commit

Permalink
feat: enable node 10 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Jul 11, 2022
1 parent df8e794 commit 4ea012f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Waiting for localhost:8080.....
Connected!
```

Node LTS should be used, at this stage the package supports Node.js 14 and higher.
Ideally, Node LTS should be used however this package is tested successfully with Node.js 10 and upwards.

# Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"wait-port": "./bin/wait-port.js"
},
"engines": {
"node": ">=14"
"node": ">=10"
},
"man": "./man/wait-port.1",
"files": [
Expand Down

0 comments on commit 4ea012f

Please sign in to comment.