瀏覽代碼
Move engines outside package.json
Because of invalid warnings displayed by yarn that could confuse admins
when they install peertube
tags/v3.2.0-rc.1
Chocobozzz
2 年之前
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 583A612D890159BE
共有
2 個檔案被更改,包括
6 行新增 和
4 行删除
-
engines.yaml
-
package.json
|
|
@@ -0,0 +1,5 @@ |
|
|
|
node: ">=12.x" |
|
|
|
yarn: ">=1.x" |
|
|
|
postgres: ">=10.x" |
|
|
|
redis-server: ">=2.8.18" |
|
|
|
ffmpeg: ">=4.1" |
|
|
@@ -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" |
|
|
|