Skip to content

Commit

Permalink
Lock fastify version
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Feb 25, 2019
1 parent a9286f2 commit 5086386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function plugin (fastify, options, next) {
}

module.exports = fp(plugin, {
fastify: '>= 1.0.0',
fastify: '^1.0.0',
name: 'fastify-bearer-auth'
})
module.exports.internals = { factory }

0 comments on commit 5086386

Please sign in to comment.