Skip to content

Commit

Permalink
chore: update min fastify version (#165)
Browse files Browse the repository at this point in the history
* chore: update min fastify version

* update ci

---------

Co-authored-by: James Sumners <git@zifbang.com>
  • Loading branch information
Fdawgs and jsumners committed Aug 6, 2024
1 parent 149e605 commit 43f200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function fastifySensible (fastify, opts, next) {

module.exports = fp(fastifySensible, {
name: '@fastify/sensible',
fastify: '4.x'
fastify: '5.x'
})
module.exports.default = fastifySensible
module.exports.fastifySensible = fastifySensible
Expand Down

0 comments on commit 43f200a

Please sign in to comment.