mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
lint: correct node version for fs.promise
This commit is contained in:
parent
43490df113
commit
450608374a
2 changed files with 2 additions and 2 deletions
2
src/package-lock.json
generated
2
src/package-lock.json
generated
|
@ -76,7 +76,7 @@
|
||||||
"wd": "1.12.1"
|
"wd": "1.12.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17.0",
|
"node": "^10.17.0 || >=11.14.0",
|
||||||
"npm": ">=5.5.1"
|
"npm": ">=5.5.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -140,7 +140,7 @@
|
||||||
"root": true
|
"root": true
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.17.0",
|
"node": "^10.17.0 || >=11.14.0",
|
||||||
"npm": ">=5.5.1"
|
"npm": ">=5.5.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue