Use Node 14.6 and npm 6.14 or later
authorPhil Denhoff <phil@denhoff.ca>
Thu, 29 Jul 2021 05:07:31 +0000 (22:07 -0700)
committerPhil Denhoff <phil@denhoff.ca>
Thu, 29 Jul 2021 05:20:47 +0000 (22:20 -0700)
package.json

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