aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-06-25 09:17:35 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-06-25 11:52:54 +0530
commitaedcfcdfc3ca61f9966e5fc89d98ed7f098af18b (patch)
tree47ddf94d8bf2308b4449b2d49224bda26fa3dffb /package.json
parentdocs: update .all-contributorsrc [skip ci] (diff)
downloadferdium-app-aedcfcdfc3ca61f9966e5fc89d98ed7f098af18b.tar.gz
ferdium-app-aedcfcdfc3ca61f9966e5fc89d98ed7f098af18b.tar.zst
ferdium-app-aedcfcdfc3ca61f9966e5fc89d98ed7f098af18b.zip
Enforce strict adherence to node, npm and node-gyp versions (mainly for contributors).
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d17f409c0..01574d58a 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
15 "npm": "^6.14", 15 "npm": "^6.14",
16 "node-gyp": "^8.0" 16 "node-gyp": "^8.0"
17 }, 17 },
18 "engine-strict": true,
18 "scripts": { 19 "scripts": {
19 "prepare": "husky install", 20 "prepare": "husky install",
20 "prestart": "npm run rebuild", 21 "prestart": "npm run rebuild",