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
commitdbe2258d97e42706d129e8d16636d9836fcf19f0 (patch)
tree9d782ce3c6b7af5ef9b133ec3286dcfff16ce95b /webrtc/package.json
parent:sparkles: changed and fixed compiler (diff)
downloadserver-ts-dbe2258d97e42706d129e8d16636d9836fcf19f0.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"