summary refs log tree commit diff
path: root/webrtc/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"