aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph Wiechert <wio@psitrax.de>2022-08-25 19:28:39 +0200
committerGitHub <noreply@github.com>2022-08-25 19:28:39 +0200
commit7d0a6deb71a2748fe8b4bdded27768cf06ba02b8 (patch)
tree89127cb5078dbeb0dff149e6489eb85e69f9afde /package.json
parent4fe51c23c2e65467e741034375eec0df9f3423d0 (diff)
fix(config): backport parseURLParams from jitsi-meet (#786)
Used https://github.com/jitsi/jitsi-meet/blob/master/react/features/base/util/parseURLParams.ts and removed the typescript stuff and replaced deprecated substr() Closes: #642 Signed-off-by: Christoph Wiechert <wio@psitrax.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 700c56a..92ed7e2 100644
--- a/package.json
+++ b/package.json
@@ -153,6 +153,7 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
+ "@hapi/bourne": "^3.0.0",
"@jitsi/js-utils": "2.0.0",
"@svgr/webpack": "^6.2.1",
"babel-eslint": "10.0.3",