Remove engine upper limit as it works with npmrc

This commit is contained in:
Krishan 2022-09-03 11:28:11 +05:30
parent 7e9b6966c3
commit b135bda041

View file

@ -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": {
"start": "webpack serve --config ./webpack.dev.js --open",