Update package.json

This commit is contained in:
Krishan 2022-05-24 10:33:13 +05:30 committed by GitHub
parent fc6c7b8dc6
commit f3365b4b27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",