소스 검색

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
No known key found for this signature in database 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"


불러오는 중...
취소
저장