Skip to content

Commit

Permalink
Merge pull request #6 from lependu/update-plugin-meta
Browse files Browse the repository at this point in the history
Updates fastify, plugin-meta
  • Loading branch information
jsumners authored Jan 16, 2018
2 parents 19b4514 + d85c2f4 commit d80b445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion formbody.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ function formBodyPlugin (fastify, options, next) {
}

module.exports = fp(formBodyPlugin, {
fastify: '>=0.38.0'
fastify: '>=0.39.1',
name: 'fastify-formbody'
})
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/fastify/fastify-formbody#readme",
"devDependencies": {
"fastify": "^0.38.0",
"fastify": "^0.39.1",
"pre-commit": "^1.2.2",
"request": "^2.81.0",
"snazzy": "^7.0.0",
Expand Down

0 comments on commit d80b445

Please sign in to comment.