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.
2 parents 37989dd + 5a54032 commit f9dd729Copy full SHA for f9dd729
.travis.yml
@@ -1,9 +1,10 @@
1
language: node_js
2
node_js:
3
+ - "10"
4
- "8"
- - "7"
5
- "6"
6
- - "4"
+install:
7
+ - npm install
8
notifications:
9
email:
10
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