Skip to content

Commit 71bafe0

Browse files
committed
Update tests and deps
1 parent b57c727 commit 71bafe0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: node_js
22
node_js:
33
- 0.10
44
- 0.12
5-
- iojs
5+
- 4.1
6+
- stable
67

78
notifications:
89
email:

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"dependencies": {
2828
"cog": "^1.0.0",
2929
"debug": "^2.0.0",
30-
"rtc-switch": "^1.2.0",
31-
"ws": "^0.7.1"
30+
"rtc-switch": "^1.3.0",
31+
"ws": "^1.0.0"
3232
},
3333
"devDependencies": {
3434
"async": "^0.9.0",
@@ -38,8 +38,8 @@
3838
"nopt": "^3.0.1",
3939
"replify": "^1.2.0",
4040
"rtc-quickconnect": "^4.1.0",
41-
"rtc-signaller": "^6.2.0",
42-
"rtc-switchboard-messenger": "^1.0.0",
41+
"rtc-signaller": "^6.3.0",
42+
"rtc-switchboard-messenger": "^2.0.0",
4343
"tape": "^4.0.0",
4444
"uuid": "^2.0.1",
4545
"whisk": "^1.0.0"

0 commit comments

Comments
 (0)