diff --git a/package.json b/package.json index cfa480f1..2ec2a79c 100644 --- a/package.json +++ b/package.json @@ -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",