Merge pull request #341 from pstros/fix-comment

Change the comment to fix npm install
This commit is contained in:
bgrozev 2015-08-13 16:00:56 -05:00
commit f83404a99e
1 changed files with 1 additions and 2 deletions

View File

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