diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-06 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-11 11:49:01 +0200 |
commit | 134006b0d4528c07f0022c6e75257bf9fedbfebb (patch) | |
tree | 8c977db89b10984896f7e96c92109d5b4ab345b6 /client/src/shims | |
parent | 31aa391d13f78743bb552bc8c337964afb3b5817 (diff) | |
download | PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.gz PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.zst PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.zip |
Update client dependencies
Diffstat (limited to 'client/src/shims')
-rw-r--r-- | client/src/shims/stream.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/shims/stream.ts b/client/src/shims/stream.ts new file mode 100644 index 000000000..977fd05a0 --- /dev/null +++ b/client/src/shims/stream.ts | |||
@@ -0,0 +1 @@ | |||
module.exports = require('stream-browserify') | |||