We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9912beb commit da14f64Copy full SHA for da14f64
1 file changed
index.js
@@ -1,5 +1,5 @@
1
var PROTOCOL_VERSION = 13;
2
-var COMPATIBLE_VERSIONS = [11, 12];
+var COMPATIBLE_VERSIONS = [11,12];
3
var PORT = process.env.PORT || 5000;
4
5
var ws = require('ws');
0 commit comments