Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Dec 29, 2017
1 parent d56c009 commit 52d7bd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion formbody.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ function formBodyPlugin (fastify, options, next) {
next()
}

module.exports = fp(formBodyPlugin, '>=0.15.0')
module.exports = fp(formBodyPlugin, {
fastify: '>=0.37.0'
})
module.exports.internals = internals
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"request": "^2.81.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"tap": "^10.7.2"
"tap": "^11.0.1"
},
"dependencies": {
"fastify-plugin": "^0.1.0",
"fastify-plugin": "^0.2.1",
"qs": "^6.5.0"
}
}

0 comments on commit 52d7bd1

Please sign in to comment.