summary refs log tree commit diff
path: root/webrtc
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 20:54:59 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 20:54:59 +0200
commit63343eec4c49c1d583e5381613ea653cf75f5c58 (patch)
treeddb153b2c4e938e6fe562cd866643d4bdff92d37 /webrtc
parent:pencil: update readme (diff)
parent:bug: fix dependencies and build for bundle (diff)
downloadserver-63343eec4c49c1d583e5381613ea653cf75f5c58.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
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"