Skip to content

Commit

Permalink
chore: typo in engines declaration (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz authored Sep 17, 2024
1 parent d1c6a20 commit bcd3919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,7 @@
"jsonwebtoken": "^9.0.2",
"uuid": "^9.0.1"
},
"enginges": ">=18.0.0"
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit bcd3919

Please sign in to comment.