projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
026f835
)
Use Node 14.6 and npm 6.14 or later
author
Phil Denhoff
<phil@denhoff.ca>
Thu, 29 Jul 2021 05:07:31 +0000
(22:07 -0700)
committer
Phil Denhoff
<phil@denhoff.ca>
Thu, 29 Jul 2021 05:20:47 +0000
(22:20 -0700)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index ad211e2478f057b0434685de1c19f358f32042be..286ed47224fd23f3c098169661e564883ae38be1 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-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",