Skip to content

Commit

Permalink
fix: update plugin semver to allow for rc versions (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 24, 2022
1 parent a51e07a commit 40f4009
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 @@ -38,6 +38,6 @@ async function fastifyElasticsearch (fastify, options) {
}

module.exports = fp(fastifyElasticsearch, {
fastify: '^4.0.0',
fastify: '4.x',
name: '@fastify/elasticsearch'
})

0 comments on commit 40f4009

Please sign in to comment.