provide specific engine boundaries for nodejs and yarn

pull/2884/head
Rigel Kent 2020-06-22 14:18:35 +02:00
parent 1ebddadd07
commit 0c4bacbff5
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"private": true,
"licence": "AGPL-3.0",
"engines": {
"node": ">=10.x"
"node": ">=10.x <13",
"yarn": ">=1.x"
},
"bin": {
"peertube": "dist/server/tools/peertube.js"