aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 00e28ecec..0c53a5024 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -63,9 +63,9 @@ Currently, these are the combinations of system dependencies that work for MacOS
63# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed 63# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
64$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json 64$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
65{ 65{
66 "node": "16.15.0", 66 "node": "16.15.1",
67 "npm": "8.10.0", 67 "npm": "8.12.2",
68 "pnpm": "7.2.1" 68 "pnpm": "7.3.0"
69} 69}
70``` 70```
71 71