Set minimum and maximum engine versions (#580)
This commit is contained in:
parent
fde7d4a25a
commit
9963f3f988
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"description": "Yet another matrix client",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"npm": ">=6.14.11",
|
||||
"node": ">=14.6.0"
|
||||
"npm": ">=6.14.8 <8.5.5",
|
||||
"node": ">=14.15.0 <17.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack serve --config ./webpack.dev.js --open",
|
||||
|
|
Loading…
Reference in a new issue