aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 19:29:08 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 19:29:27 -0500
commite220e15441aef1da6bbaa83728b785833b4867ec (patch)
treec0b722b0080d6167740b965a450a184430dd2e33 /CONTRIBUTING.md
parentUpdate submodules, browserslist data updates and linter fixes [skip ci] (diff)
downloadferdium-app-e220e15441aef1da6bbaa83728b785833b4867ec.tar.gz
ferdium-app-e220e15441aef1da6bbaa83728b785833b4867ec.tar.zst
ferdium-app-e220e15441aef1da6bbaa83728b785833b4867ec.zip
Remove dependency on 'jq' since 'node' can be used for the same
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1c61da2c9..0551df985 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -64,6 +64,7 @@ Please make sure you are conforming to the `engines` requirements used by the de
64Currently, these are the combinations of system dependencies that work for MacOS/Linux/Windows: 64Currently, these are the combinations of system dependencies that work for MacOS/Linux/Windows:
65 65
66```bash 66```bash
67# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
67$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 68$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
68{ 69{
69 "node": "16.14.2", 70 "node": "16.14.2",