Skip to content

Commit

Permalink
build: change the minimum version of Fastify required by the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
arkerone committed Aug 4, 2022
1 parent ea07164 commit e7451a3
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 @@ -147,6 +147,6 @@ function fastifyApiKey (fastify, options, next) {
}

module.exports = fp(fastifyApiKey, {
fastify: '3.x',
fastify: '>=3.x',
name: 'fastify-api-key'
})

0 comments on commit e7451a3

Please sign in to comment.