diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-12 16:09:02 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-10-24 14:48:24 +0200 |
commit | 3545e72c686ff1725bbdfd8d16d693e2f4aa75a3 (patch) | |
tree | e7f1d12ef5dae1e1142c3a8d0b681c1dbbb0de10 /package.json | |
parent | 38a3ccc7f8ad0ea94362b58c732af7c387ab46be (diff) | |
download | PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.tar.gz PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.tar.zst PeerTube-3545e72c686ff1725bbdfd8d16d693e2f4aa75a3.zip |
Put private videos under a specific subdirectory
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6dcf26253..23cd9e112 100644 --- a/package.json +++ b/package.json | |||
@@ -103,6 +103,7 @@ | |||
103 | "@peertube/http-signature": "^1.7.0", | 103 | "@peertube/http-signature": "^1.7.0", |
104 | "@uploadx/core": "^6.0.0", | 104 | "@uploadx/core": "^6.0.0", |
105 | "async-lru": "^1.1.1", | 105 | "async-lru": "^1.1.1", |
106 | "async-mutex": "^0.4.0", | ||
106 | "bcrypt": "5.0.1", | 107 | "bcrypt": "5.0.1", |
107 | "bencode": "^2.0.2", | 108 | "bencode": "^2.0.2", |
108 | "bittorrent-tracker": "^9.0.0", | 109 | "bittorrent-tracker": "^9.0.0", |
@@ -177,7 +178,6 @@ | |||
177 | }, | 178 | }, |
178 | "devDependencies": { | 179 | "devDependencies": { |
179 | "@peertube/maildev": "^1.2.0", | 180 | "@peertube/maildev": "^1.2.0", |
180 | "@types/async-lock": "^1.1.0", | ||
181 | "@types/bcrypt": "^5.0.0", | 181 | "@types/bcrypt": "^5.0.0", |
182 | "@types/bencode": "^2.0.0", | 182 | "@types/bencode": "^2.0.0", |
183 | "@types/bluebird": "^3.5.33", | 183 | "@types/bluebird": "^3.5.33", |