From 7c1ba9242b67b1770d893bb9bd616a6558c1b483 Mon Sep 17 00:00:00 2001 From: Devin Wilson Date: Thu, 13 Aug 2015 08:31:50 -0600 Subject: [PATCH] Change the comment to fix npm install --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d9fc72226..56f5316e3 100644 --- a/package.json +++ b/package.json @@ -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" },