Skip to content

Commit 9963f3f

Browse files
authored
Set minimum and maximum engine versions (cinnyapp#580)
1 parent fde7d4a commit 9963f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Yet another matrix client",
55
"main": "index.js",
66
"engines": {
7-
"npm": ">=6.14.11",
8-
"node": ">=14.6.0"
7+
"npm": ">=6.14.8 <8.5.5",
8+
"node": ">=14.15.0 <17.9.0"
99
},
1010
"scripts": {
1111
"start": "webpack serve --config ./webpack.dev.js --open",

0 commit comments

Comments
 (0)