delete unneeded module

This commit is contained in:
Murat Dogan
2021-04-13 14:41:51 +03:00
parent 0d0e3ae0ff
commit 89c0a7918a
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "libdatachannel-signaling-server",
"version": "0.1.0",
"description": "Signaling server example for libdatachannel",
"main": "server.js",
"main": "signaling-server.js",
"scripts": {
"start": "node signaling-server.js",
"test": "echo \"Error: no test specified\" && exit 1"

View File

@ -17,7 +17,6 @@
* along with this program; If not, see <http://www.gnu.org/licenses/>.
*/
const fs = require('fs');
const http = require('http');
const websocket = require('websocket');