Skip to content

Commit

Permalink
Fix plugin range typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemremengu authored Nov 19, 2018
1 parent 96beb84 commit 4d56068
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 @@ -19,6 +19,6 @@ function formBodyPlugin (fastify, options, next) {
}

module.exports = fp(formBodyPlugin, {
fstify: '^1.0.0',
fastify: '^1.0.0',
name: 'fastify-formbody'
})

0 comments on commit 4d56068

Please sign in to comment.