Skip to content

Commit

Permalink
Merge pull request #20 from fastify/cemremengu-patch-1
Browse files Browse the repository at this point in the history
Enable support for Fastify v2
  • Loading branch information
cemremengu authored Dec 30, 2018
2 parents 87cd108 + 68822b7 commit aae2d8d
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 @@ -40,6 +40,6 @@ function plugin (fastify, options, next) {
}

module.exports = fp(plugin, {
fastify: '^1.1.0',
fastify: '>=1.1.0',
name: 'fastify-cookie'
})

0 comments on commit aae2d8d

Please sign in to comment.