Skip to content

Commit

Permalink
Update nan to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
travispaul committed Aug 1, 2024
1 parent 2bbd3c6 commit 0e294e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,10 @@ Example programs are included under the modules `example` directory.

* Support Node.js 12.x

## Version 2.3.0 - 08/01/2024

* Support Node.js 20.x

# License

Copyright (c) 2018 NoSpaceships Ltd <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "os-service",
"version": "2.2.0",
"version": "2.3.0",
"description": "Run Node.JS programs as native Operating System Services.",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"nan": "2.14.x"
"nan": "2.20.x"
},
"contributors": [
{
Expand Down

0 comments on commit 0e294e1

Please sign in to comment.