Skip to content

Commit

Permalink
fix: update plugin semver to allow for rc versions (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored May 24, 2022
1 parent a5d4f67 commit 6441107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formbody.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ function formBodyPlugin (fastify, options, next) {
}

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

0 comments on commit 6441107

Please sign in to comment.