mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
delete unneeded module
This commit is contained in:
@ -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"
|
||||
|
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user