Skip to content

Commit

Permalink
fix: typecast in example
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Dec 13, 2024
1 parent 82bed6c commit fd3a62e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-joi-validation",
"version": "5.1.0",
"version": "6.0.0",
"description": "validate express application inputs and parameters using joi",
"main": "express-joi-validation.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"joi": "17"
},
"engines": {
"node": ">=10.0.0"
"node": ">=18.0.0"
},
"directories": {
"example": "example"
Expand Down

0 comments on commit fd3a62e

Please sign in to comment.