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 /engines.yaml | |
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 'engines.yaml')
-rw-r--r-- | engines.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines.yaml b/engines.yaml new file mode 100644 index 000000000..5a68ca4ba --- /dev/null +++ b/engines.yaml | |||
@@ -0,0 +1,5 @@ | |||
1 | node: ">=12.x" | ||
2 | yarn: ">=1.x" | ||
3 | postgres: ">=10.x" | ||
4 | redis-server: ">=2.8.18" | ||
5 | ffmpeg: ">=4.1" | ||