aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-25 16:25:14 +0100
committerChocobozzz <me@florianbigard.com>2021-03-25 16:25:14 +0100
commitf6160062f8841c6957a643429fb6926a06e508ee (patch)
treecfc846ba8c9f72647e120a832c7596fda8b73222 /package.json
parent3dd1f61bd6ffee8741aa139b8f371fdd57e54098 (diff)
downloadPeerTube-f6160062f8841c6957a643429fb6926a06e508ee.tar.gz
PeerTube-f6160062f8841c6957a643429fb6926a06e508ee.tar.zst
PeerTube-f6160062f8841c6957a643429fb6926a06e508ee.zip
Fix postgresql version
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 67a54a57f..5719a116c 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
7 "engines": { 7 "engines": {
8 "node": ">=10.x <=15", 8 "node": ">=10.x <=15",
9 "yarn": ">=1.x", 9 "yarn": ">=1.x",
10 "postgres": ">=9.6", 10 "postgres": ">=10.x",
11 "redis-server": ">=2.8.18", 11 "redis-server": ">=2.8.18",
12 "ffmpeg": ">=4.1" 12 "ffmpeg": ">=4.1"
13 }, 13 },