Use Node 14.6 and npm 6.14 or later

This commit is contained in:
Phil Denhoff 2021-07-28 22:07:31 -07:00
parent 026f835a87
commit 5fb393d7ff

View file

@ -4,8 +4,8 @@
"description": "Organized and powerful matrix client.", "description": "Organized and powerful matrix client.",
"main": "index.js", "main": "index.js",
"engines": { "engines": {
"npm": "6.14.11", "npm": ">=6.14.11",
"node": "14.6.0" "node": ">=14.6.0"
}, },
"scripts": { "scripts": {
"start": "webpack serve --config ./webpack.dev.js --open", "start": "webpack serve --config ./webpack.dev.js --open",