summary refs log tree commit diff
path: root/webrtc/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 11:03:04 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 11:03:04 +0200
commitce4e7512921c2935a3adec9d9b94848c0fac5ba1 (patch)
tree761958e0b5ad6df69f7d013dc75206061aef58a0 /webrtc/package.json
parent:sparkles: changed and fixed compiler (diff)
downloadserver-ce4e7512921c2935a3adec9d9b94848c0fac5ba1.tar.xz
:art: clean up dependencies
Diffstat (limited to 'webrtc/package.json')
-rw-r--r--webrtc/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/webrtc/package.json b/webrtc/package.json

index 041dbbe3..0f700728 100644 --- a/webrtc/package.json +++ b/webrtc/package.json
@@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "npm run build && node dist/test.js", - "build": "npx tsc -b .", + "build": "npx tsc -p .", "start": "npm run build && node dist/start.js" }, "keywords": [], @@ -17,7 +17,6 @@ "typescript": "^4.3.2" }, "dependencies": { - "../util": "*", "mediasoup": "^3.7.16", "node-turn": "^0.0.6", "ws": "^7.4.6"