Skip to content

Commit

Permalink
Add minimum node engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
Americas committed Jan 2, 2024
1 parent 1ee3dcb commit 3a02641
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.17.2",
"repository": "uphold-forks/nsq.js",
"description": "NSQ client actually written in javascript",
"license": "MIT",
"scripts": {
"test": "make test"
},
Expand All @@ -25,5 +26,7 @@
"superagent": "~3.8.3",
"uid": "^0.0.2"
},
"license": "MIT"
"engines": {
"node": ">= 14.21.3"
}
}

0 comments on commit 3a02641

Please sign in to comment.