Skip to content

Commit

Permalink
Update Fastify
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Mar 7, 2018
1 parent 53378e8 commit d7eb0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"homepage": "https://github.com/fastify/fastify-cookie#readme",
"devDependencies": {
"fastify": "^1.0.0-rc.1",
"fastify": "^1.1.0",
"pre-commit": "^1.2.2",
"request": "^2.83.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3",
"tap": "^11.1.0"
"snazzy": "^7.1.1",
"standard": "^11.0.0",
"tap": "^11.1.1"
},
"dependencies": {
"cookie": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ function plugin (fastify, options, next) {
}

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

0 comments on commit d7eb0ea

Please sign in to comment.