summary refs log tree commit diff
path: root/webrtc
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc')
-rw-r--r--webrtc/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/webrtc/package.json b/webrtc/package.json
index 8163ac57..54c043ee 100644
--- a/webrtc/package.json
+++ b/webrtc/package.json
@@ -4,7 +4,6 @@
 	"description": "A javascript fosscord webrtc server for voice and video communication",
 	"main": "index.js",
 	"scripts": {
-		"postinstall": "npm link @fosscord/util",
 		"test": "npm run build && node dist/test.js",
 		"build": "tsc -b .",
 		"start": "npm run build && node dist/start.js"