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 8d0ce5f commit c107ffeCopy full SHA for c107ffe
.travis.yml
@@ -4,6 +4,7 @@ node_js:
4
- "4"
5
- "6"
6
- "8"
7
+ - "9"
8
git:
9
depth: 1
10
notifications:
package.json
@@ -48,7 +48,7 @@
48
"superagent": "0.15.4"
49
},
50
"optionalDependencies": {
51
- "uws": "~0.14.4"
+ "uws": "~9.14.0"
52
53
"scripts": {
54
"lint": "eslint lib/ test/ *.js",
0 commit comments