aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-28 18:33:21 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-28 18:33:21 +0530
commit76fd0a52d176fa9c6a31d32c139c814ebe069153 (patch)
treed4dd7f606c52a955fe3991ec2de74b7e2c00698c /CONTRIBUTING.md
parentchore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158) (diff)
downloadferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.tar.gz
ferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.tar.zst
ferdium-app-76fd0a52d176fa9c6a31d32c139c814ebe069153.zip
upgrade 'node-gyp' to '8.3.0' (#2159)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 65c9a30ca..3d4efb98b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -100,7 +100,7 @@ npm i -g windows-build-tools --vs2015
100We need `node-gyp` to be able to compile any native dependencies 100We need `node-gyp` to be able to compile any native dependencies
101 101
102```bash 102```bash
103npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 103npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
104``` 104```
105 105
106### Clone repository with submodule 106### Clone repository with submodule