Skip to content

Commit

Permalink
Update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
lependu committed Aug 1, 2019
1 parent 7f10c17 commit b822514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/lependu/fastify-wamp-router#readme",
"devDependencies": {
"fastify": "^1.14.6",
"fastify": "^2.7.1",
"standard": "^13.1.0",
"tap": "^12.7.0"
},
Expand All @@ -42,7 +42,6 @@
},
"greenkeeper": {
"ignore": [
"fastify",
"tap"
]
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ function close (fastify, done) {
}

module.exports = fp(fastifyWamp, {
fastify: '>=1.x',
fastify: '>=2.x',
name: 'fastify-wamp-router'
})

0 comments on commit b822514

Please sign in to comment.