mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
provide specific engine boundaries for nodejs and yarn
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user