Skip to content

Commit c107ffe

Browse files
committedFeb 18, 2018
[chore] Bump uws to version 9.14.0 (#545)
1 parent 8d0ce5f commit c107ffe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- "4"
55
- "6"
66
- "8"
7+
- "9"
78
git:
89
depth: 1
910
notifications:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"superagent": "0.15.4"
4949
},
5050
"optionalDependencies": {
51-
"uws": "~0.14.4"
51+
"uws": "~9.14.0"
5252
},
5353
"scripts": {
5454
"lint": "eslint lib/ test/ *.js",

0 commit comments

Comments
 (0)
Please sign in to comment.