aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-03-12 14:14:00 +0100
committerChocobozzz <me@florianbigard.com>2020-03-12 14:14:11 +0100
commit84ebcf345cb82b254853c03c142f7c304fb072dd (patch)
tree91dac605f98dd606426dd9e143706a08baa00b6e /package.json
parent8227643bce85747953eb43ddc553f14d29bc475f (diff)
downloadPeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.tar.gz
PeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.tar.zst
PeerTube-84ebcf345cb82b254853c03c142f7c304fb072dd.zip
Fix federation with pleroma
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9a64bc357..4325d5597 100644
--- a/package.json
+++ b/package.json
@@ -79,7 +79,8 @@
79 "sass-lint": "sass-lint" 79 "sass-lint": "sass-lint"
80 }, 80 },
81 "resolutions": { 81 "resolutions": {
82 "oauth2-server": "^3.1.0-beta.1" 82 "oauth2-server": "^3.1.0-beta.1",
83 "http-signature": "1.3.2"
83 }, 84 },
84 "dependencies": { 85 "dependencies": {
85 "apicache": "^1.4.0", 86 "apicache": "^1.4.0",