From d29ced1a8582d99b776f664475a157adcf555d98 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 May 2021 09:55:01 +0200 Subject: Move engines outside package.json Because of invalid warnings displayed by yarn that could confuse admins when they install peertube --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index e3da19a98..e1508c65f 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,7 @@ "licence": "AGPL-3.0", "engines": { "node": ">=12.x", - "yarn": ">=1.x", - "postgres": ">=10.x", - "redis-server": ">=2.8.18", - "ffmpeg": ">=4.1" + "yarn": ">=1.x" }, "bin": { "peertube": "dist/server/tools/peertube.js" -- cgit v1.2.3