We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37989dd commit 03a81b9Copy full SHA for 03a81b9
.travis.yml
@@ -1,9 +1,8 @@
1
language: node_js
2
node_js:
3
+ - "10"
4
- "8"
- - "7"
5
- "6"
6
- - "4"
7
notifications:
8
email:
9
on_success: never
package.json
@@ -21,14 +21,14 @@
21
},
22
"homepage": "https://github.com/fastify/fastify-websocket#readme",
23
"devDependencies": {
24
- "fastify": "^0.43.0",
+ "fastify": "^1.8.0",
25
"pre-commit": "^1.2.2",
26
"snazzy": "^7.0.0",
27
"standard": "^11.0.0",
28
- "tap": "^11.0.1"
+ "tap": "^12.0.0"
29
30
"dependencies": {
31
- "fastify-plugin": "^0.2.1",
+ "fastify-plugin": "^1.2.0",
32
"websocket-stream": "^5.1.1"
33
}
34
0 commit comments