aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Santhosh C <csesanthosh15@gmail.com>2022-04-26 20:52:11 +0530
committerLibravatar GitHub <noreply@github.com>2022-04-26 15:22:11 +0000
commitedc3945b216f2c5bc0f7982138e6936490ab0628 (patch)
tree77ee53764d16c5c2d774b14a1e97ec7b0b95f4cb /package.json
parentFix issue with incorrect branch in the 'recipes' git submodule (diff)
downloadferdium-server-edc3945b216f2c5bc0f7982138e6936490ab0628.tar.gz
ferdium-server-edc3945b216f2c5bc0f7982138e6936490ab0628.tar.zst
ferdium-server-edc3945b216f2c5bc0f7982138e6936490ab0628.zip
update node version to 16.14.2 (#7)
* Update dependencies (node, npm and node-gyp) to be coherent with Ferdium-App * Update 'recipes' submodule Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com> Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 40d7e2f..2379bc9 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,8 @@
5 "description": "Ferdium server to replace the default Franz/Ferdi server.", 5 "description": "Ferdium server to replace the default Franz/Ferdi server.",
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "^14.17", 8 "node": "16.14.2",
9 "npm": "^6.14", 9 "npm": "8.7.0"
10 "node-gyp": "^8.0"
11 }, 10 },
12 "scripts": { 11 "scripts": {
13 "prepare": "husky install", 12 "prepare": "husky install",