diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-10 09:55:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-10 09:55:46 +0200 |
commit | d29ced1a8582d99b776f664475a157adcf555d98 (patch) | |
tree | 15079d7a8717053f1458deec44bd6edd9763cefd /package.json | |
parent | 6b6e1d5d02824d517ca3f6924eaa83b7f112135c (diff) | |
download | PeerTube-d29ced1a8582d99b776f664475a157adcf555d98.tar.gz PeerTube-d29ced1a8582d99b776f664475a157adcf555d98.tar.zst PeerTube-d29ced1a8582d99b776f664475a157adcf555d98.zip |
Move engines outside package.json
Because of invalid warnings displayed by yarn that could confuse admins
when they install peertube
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index e3da19a98..e1508c65f 100644 --- a/package.json +++ b/package.json | |||
@@ -6,10 +6,7 @@ | |||
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |
8 | "node": ">=12.x", | 8 | "node": ">=12.x", |
9 | "yarn": ">=1.x", | 9 | "yarn": ">=1.x" |
10 | "postgres": ">=10.x", | ||
11 | "redis-server": ">=2.8.18", | ||
12 | "ffmpeg": ">=4.1" | ||
13 | }, | 10 | }, |
14 | "bin": { | 11 | "bin": { |
15 | "peertube": "dist/server/tools/peertube.js" | 12 | "peertube": "dist/server/tools/peertube.js" |