aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-12 21:44:57 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-13 15:51:59 +0530
commitc8a3b959dd0ae8a0725198bb03bfad4b647f63b9 (patch)
tree038e9b3c71610e17439773b251b6fc8051c48fce
parentUpgraded 'electron-builder' so as to be able to build in Mac ARM machines (diff)
downloadferdium-app-c8a3b959dd0ae8a0725198bb03bfad4b647f63b9.tar.gz
ferdium-app-c8a3b959dd0ae8a0725198bb03bfad4b647f63b9.tar.zst
ferdium-app-c8a3b959dd0ae8a0725198bb03bfad4b647f63b9.zip
Specify node, npm and node-gyp versions.
Use caret to lock lower limit till minor version of node, node-gyp and npm.
-rw-r--r--.npmrc3
-rw-r--r--package.json5
2 files changed, 5 insertions, 3 deletions
diff --git a/.npmrc b/.npmrc
index cad57977c..aafab1669 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1 +1,2 @@
1save-exact = true \ No newline at end of file 1save-exact = true
2engine-strict = true
diff --git a/package.json b/package.json
index 6e59edadc..2acae006c 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,9 @@
11 "repository": "https://github.com/getferdi/ferdi.git", 11 "repository": "https://github.com/getferdi/ferdi.git",
12 "private": true, 12 "private": true,
13 "engines": { 13 "engines": {
14 "node": "14.x", 14 "node": "^14.16",
15 "npm": "6.x" 15 "npm": "^6.14",
16 "node-gyp": "^8.0"
16 }, 17 },
17 "scripts": { 18 "scripts": {
18 "prestart": "npm run rebuild", 19 "prestart": "npm run rebuild",