diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:18:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-21 09:26:52 +0200 |
commit | ae04a0ce1298ca4db8b2d0d69df36845213e5fcb (patch) | |
tree | 5b10af364f25cd4c3b7a54dac461db546becab41 /client/src/shims/https.ts | |
parent | 74921541dbbb0dfce65fc11c7d74deed488ef9bc (diff) | |
download | PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.gz PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.tar.zst PeerTube-ae04a0ce1298ca4db8b2d0d69df36845213e5fcb.zip |
Upgrade client dependencies
Diffstat (limited to 'client/src/shims/https.ts')
-rw-r--r-- | client/src/shims/https.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/shims/https.ts b/client/src/shims/https.ts index 1da6f8adb..f5ef70430 100644 --- a/client/src/shims/https.ts +++ b/client/src/shims/https.ts | |||
@@ -1 +1 @@ | |||
module.exports = require('https-browserify'); \ No newline at end of file | module.exports = require('https-browserify') | ||