diff options
author | Chocobozzz <me@florianbigard.com> | 2018-10-18 09:44:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-18 10:44:16 +0200 |
commit | cdf4cb9eaf5f6bc71f7c1e1963c07575f1d2593d (patch) | |
tree | 344774a9b943db9bf1e46ff091a0df5da1bac7ad /package.json | |
parent | e27ff5da6ed7bc1f56f50f862b80fb0c7d8a6d98 (diff) | |
download | PeerTube-cdf4cb9eaf5f6bc71f7c1e1963c07575f1d2593d.tar.gz PeerTube-cdf4cb9eaf5f6bc71f7c1e1963c07575f1d2593d.tar.zst PeerTube-cdf4cb9eaf5f6bc71f7c1e1963c07575f1d2593d.zip |
Fix transcoding
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index e5b2bb50e..46c6d5dce 100644 --- a/package.json +++ b/package.json | |||
@@ -163,6 +163,7 @@ | |||
163 | "@types/config": "^0.0.34", | 163 | "@types/config": "^0.0.34", |
164 | "@types/express": "^4.0.35", | 164 | "@types/express": "^4.0.35", |
165 | "@types/express-rate-limit": "^2.9.3", | 165 | "@types/express-rate-limit": "^2.9.3", |
166 | "@types/fluent-ffmpeg": "^2.1.8", | ||
166 | "@types/fs-extra": "^5.0.4", | 167 | "@types/fs-extra": "^5.0.4", |
167 | "@types/libxmljs": "^0.18.0", | 168 | "@types/libxmljs": "^0.18.0", |
168 | "@types/lodash": "^4.14.64", | 169 | "@types/lodash": "^4.14.64", |