mirror of
https://github.com/cinnyapp/cinny-desktop.git
synced 2025-01-29 17:28:26 +00:00
Remove max limit
This commit is contained in:
parent
3cce94ed3c
commit
dae5581446
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -17,8 +17,8 @@
|
|||
"node-fetch": "^3.2.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.15.0 <=17.9.0",
|
||||
"npm": ">=6.14.8 <=8.5.5"
|
||||
"node": ">=14.15.0",
|
||||
"npm": ">=6.14.8"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/github": {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"description": "Yet another matrix client",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"npm": ">=6.14.8 <=8.5.5",
|
||||
"node": ">=14.15.0 <=17.9.0"
|
||||
"npm": ">=6.14.8",
|
||||
"node": ">=14.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"tauri": "tauri",
|
||||
|
|
Loading…
Reference in a new issue