瀏覽代碼

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 年之前
父節點
當前提交
d29ced1a85
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 583A612D890159BE
共有 2 個檔案被更改,包括 6 行新增4 行删除
  1. +5
    -0
      engines.yaml
  2. +1
    -4
      package.json

+ 5
- 0
engines.yaml 查看文件

@@ -0,0 +1,5 @@
node: ">=12.x"
yarn: ">=1.x"
postgres: ">=10.x"
redis-server: ">=2.8.18"
ffmpeg: ">=4.1"

+ 1
- 4
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"


Loading…
取消
儲存