Compare commits

...

1 commit

Author SHA1 Message Date
Krishan
f3365b4b27
Update package.json 2022-05-24 10:33:13 +05:30

View file

@ -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.11", "npm": ">=6.14.8 <8.5.5",
"node": ">=14.6.0" "node": ">=14.15.0 <17.9.0"
}, },
"scripts": { "scripts": {
"start": "webpack serve --config ./webpack.dev.js --open", "start": "webpack serve --config ./webpack.dev.js --open",