aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-12 23:03:34 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-12 23:03:34 -0400
commit37d0a70febe70c1db3964f2f11ff57e3c5b7cb70 (patch)
tree90856e32caa7178143155217daafc42dd03af7df /package.json
parentUpdate CONTRIBUTING.md (diff)
downloadferdium-server-37d0a70febe70c1db3964f2f11ff57e3c5b7cb70.tar.gz
ferdium-server-37d0a70febe70c1db3964f2f11ff57e3c5b7cb70.tar.zst
ferdium-server-37d0a70febe70c1db3964f2f11ff57e3c5b7cb70.zip
Update package.json
Upgraded nodejs to '14.17.3' to match HEAD
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6fc32a1..6673fb9 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "description": "Ferdi server to replace the default Franz server.", 5 "description": "Ferdi server to replace the default Franz server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "^14.16", 8 "node": "^14.17",
9 "npm": "^6.14", 9 "npm": "^6.14",
10 "node-gyp": "^8.0" 10 "node-gyp": "^8.0"
11 }, 11 },