Skip to content

Commit

Permalink
switch back to 'ws' (issue kirm#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
latysheff committed Jun 11, 2018
1 parent cd31186 commit 5325cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"node": ">=0.2.2"
},
"dependencies": {
"uws": "*"
"ws": "*"
},
"devDependencies": {
"coffee-script": "~1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion sip.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var dgram = require('dgram');
var tls = require('tls');
var os = require('os');
var crypto = require('crypto');
var WebSocket = require('uws');
var WebSocket = require('ws');

function debug(e) {
if(e.stack) {
Expand Down

0 comments on commit 5325cd9

Please sign in to comment.