Explorar el Código

Change the comment to fix npm install

master
Devin Wilson hace 10 años
padre
commit
7c1ba9242b
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      package.json

+ 1
- 2
package.json Ver fichero

14
   ],
14
   ],
15
   "author": "",
15
   "author": "",
16
   "readmeFilename": "README.md",
16
   "readmeFilename": "README.md",
17
+  "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
17
   "dependencies": {
18
   "dependencies": {
18
       "events": "*",
19
       "events": "*",
19
       "pako": "*",
20
       "pako": "*",
23
       "sdp-simulcast": "0.1.0",
24
       "sdp-simulcast": "0.1.0",
24
       "async": "0.9.0",
25
       "async": "0.9.0",
25
       "retry": "0.6.1",
26
       "retry": "0.6.1",
26
-
27
-      "@comment": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
28
       "jssha": "1.5.0",
27
       "jssha": "1.5.0",
29
       "socket.io-client": "1.3.6"
28
       "socket.io-client": "1.3.6"
30
   },
29
   },

Loading…
Cancelar
Guardar