projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ebddad
)
provide specific engine boundaries for nodejs and yarn
author
Rigel Kent
<sendmemail@rigelk.eu>
Mon, 22 Jun 2020 12:18:35 +0000
(14:18 +0200)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Mon, 22 Jun 2020 12:18:45 +0000
(14:18 +0200)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index b7cd51509199d0abe931c3acd640c8e1bb1e2a25..7f25e1346034450494b654996647bbebc7f26a5b 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-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"