Remove engine upper limit as it works with npmrc
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"description": "Yet another matrix client",
|
"description": "Yet another matrix client",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=6.14.8 <=8.5.5",
|
"npm": ">=6.14.8",
|
||||||
"node": ">=14.15.0 <=17.9.0"
|
"node": ">=14.15.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack serve --config ./webpack.dev.js --open",
|
"start": "webpack serve --config ./webpack.dev.js --open",
|
||||||
|
|||||||
Reference in New Issue
Block a user