Change the comment to fix npm install

This commit is contained in:
Devin Wilson 2015-08-13 08:31:50 -06:00
parent bfcc587047
commit 7c1ba9242b
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,7 @@
],
"author": "",
"readmeFilename": "README.md",
"//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
"dependencies": {
"events": "*",
"pako": "*",
@ -23,8 +24,6 @@
"sdp-simulcast": "0.1.0",
"async": "0.9.0",
"retry": "0.6.1",
"@comment": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
"jssha": "1.5.0",
"socket.io-client": "1.3.6"
},