provide specific engine boundaries for nodejs and yarn
This commit is contained in:
parent
1ebddadd07
commit
0c4bacbff5
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"licence": "AGPL-3.0",
|
"licence": "AGPL-3.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.x"
|
"node": ">=10.x <13",
|
||||||
|
"yarn": ">=1.x"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"peertube": "dist/server/tools/peertube.js"
|
"peertube": "dist/server/tools/peertube.js"
|
||||||
|
|
Loading…
Reference in a new issue