Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Aug 1, 2023
1 parent 33f5eba commit a541a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"version": "1.0.0",
"scripts": {
"start": "exec publicaddr node demo-server.js # 'exec' allows our process to see SIGTERM"
"start": "exec publicaddr node demo-server.js"
},
"author": "Wang Guan <[email protected]>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "publicaddr",
"version": "0.3.1",
"description": "allow node.js to listen on TCP with SO_REUSEPORT",
"description": "Allow Node.js to listen on TCP with SO_REUSEPORT",
"repository": {
"type": "git",
"url": "git+https://github.com/jokester/publicaddr.git"
Expand Down

0 comments on commit a541a53

Please sign in to comment.