Skip to content

Commit

Permalink
update express-handlebars
Browse files Browse the repository at this point in the history
* update to express-handlebars 8
* requires min node version 20
  • Loading branch information
yads committed Sep 11, 2024
1 parent ae02547 commit 08ab26a
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 39 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"license": "MIT",
"peerDependencies": {
"express-handlebars": ">= 6.0.0",
"express-handlebars": ">= 8.0.0",
"nodemailer": ">= 6.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"express-handlebars": "^6.0.0",
"express-handlebars": "^8.0.0",
"mocha": "^10.0.0",
"nodemailer": "^6.4.6"
},
"engines": {
"node": "14.* || 16.* || >= 18"
"node": ">= 20"
}
}
Loading

0 comments on commit 08ab26a

Please sign in to comment.