projects
/
cinny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde7d4a
)
Set minimum and maximum engine versions (#580)
author
Krishan
<33421343+kfiven@users.noreply.github.com>
Tue, 24 May 2022 14:37:11 +0000
(20:07 +0530)
committer
GitHub
<noreply@github.com>
Tue, 24 May 2022 14:37:11 +0000
(20:07 +0530)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index d30764351f5041c905c15d43e4a062d5eed3741c..599b5e1178d83f4a02e6330f6074e13d1690612a 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-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",