Delete node_modules directory

This commit is contained in:
2021-04-11 11:54:19 +02:00
committed by GitHub
parent 3017d193fd
commit 94857d1cb1
332 changed files with 0 additions and 60040 deletions

8
node_modules/ws/browser.js generated vendored
View File

@@ -1,8 +0,0 @@
'use strict';
module.exports = function () {
throw new Error(
'ws does not work in the browser. Browser clients must use the native ' +
'WebSocket object'
);
};