We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57c727 commit 71bafe0Copy full SHA for 71bafe0
.travis.yml
@@ -2,7 +2,8 @@ language: node_js
2
node_js:
3
- 0.10
4
- 0.12
5
- - iojs
+ - 4.1
6
+ - stable
7
8
notifications:
9
email:
package.json
@@ -27,8 +27,8 @@
27
"dependencies": {
28
"cog": "^1.0.0",
29
"debug": "^2.0.0",
30
- "rtc-switch": "^1.2.0",
31
- "ws": "^0.7.1"
+ "rtc-switch": "^1.3.0",
+ "ws": "^1.0.0"
32
},
33
"devDependencies": {
34
"async": "^0.9.0",
@@ -38,8 +38,8 @@
38
"nopt": "^3.0.1",
39
"replify": "^1.2.0",
40
"rtc-quickconnect": "^4.1.0",
41
- "rtc-signaller": "^6.2.0",
42
- "rtc-switchboard-messenger": "^1.0.0",
+ "rtc-signaller": "^6.3.0",
+ "rtc-switchboard-messenger": "^2.0.0",
43
"tape": "^4.0.0",
44
"uuid": "^2.0.1",
45
"whisk": "^1.0.0"
0 commit comments