Skip to content

Commit

Permalink
add minimal node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
maddsua committed Jan 30, 2025
1 parent 6a2f193 commit a32184b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maddsua/logpush-client",
"version": "0.3.0",
"version": "0.3.1",
"author": "maddsua",
"license": "MIT",
"type": "module",
Expand All @@ -9,6 +9,9 @@
"files": [
"lib"
],
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"esbuild": "^0.24.2",
"typescript": "^5.7.3"
Expand Down

0 comments on commit a32184b

Please sign in to comment.