aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-12-09 08:23:20 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-12-09 11:45:47 +0530
commitd769f84334747ddc154101677664cf9362dffa72 (patch)
tree6872af9f78344a6a1fbfecacdac5fd81b42223bd
parentUpgrade 'nodejs' to '16.18.1' and 'npm' to '8.19.2' (diff)
downloadferdium-server-d769f84334747ddc154101677664cf9362dffa72.tar.gz
ferdium-server-d769f84334747ddc154101677664cf9362dffa72.tar.zst
ferdium-server-d769f84334747ddc154101677664cf9362dffa72.zip
Update 'recipes' submodule
-rw-r--r--CONTRIBUTING.md6
-rw-r--r--package.json3
m---------recipes0
3 files changed, 5 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6fd3ee..fdf4bd3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@
13 - [How Can I Contribute?](#how-can-i-contribute) 13 - [How Can I Contribute?](#how-can-i-contribute)
14 - [Setting up your Development machine](#setting-up-your-development-machine) 14 - [Setting up your Development machine](#setting-up-your-development-machine)
15 - [Install System-level dependencies](#install-system-level-dependencies) 15 - [Install System-level dependencies](#install-system-level-dependencies)
16 - [Node.js, npm](#nodejs-npm) 16 - [Node.js, npm, pnpm](#nodejs-npm-pnpm)
17 - [Git](#git) 17 - [Git](#git)
18 - [Clone repository with submodule](#clone-repository-with-submodule) 18 - [Clone repository with submodule](#clone-repository-with-submodule)
19 - [Install dependencies](#install-dependencies) 19 - [Install dependencies](#install-dependencies)
@@ -40,7 +40,7 @@ As a basic rule, before filing issues, feature requests or anything else, please
40 40
41### Install System-level dependencies 41### Install System-level dependencies
42 42
43#### Node.js, npm 43#### Node.js, npm, pnpm
44 44
45Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [`package.json`](./package.json#engines) and [`recipes/package.json`](./recipes/package.json#engine) files. 45Please make sure you are conforming to the `engines` requirements used by the developers/contributors as specified in the [`package.json`](./package.json#engines) and [`recipes/package.json`](./recipes/package.json#engine) files.
46 46
@@ -51,7 +51,7 @@ $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.
51{ 51{
52 "node": "16.18.1", 52 "node": "16.18.1",
53 "npm": "8.19.2", 53 "npm": "8.19.2",
54 "pnpm": "7.0.1" 54 "pnpm": "7.18.1"
55} 55}
56``` 56```
57 57
diff --git a/package.json b/package.json
index 6cb0d55..f55d9d9 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
6 "main": "index.js", 6 "main": "index.js",
7 "engines": { 7 "engines": {
8 "node": "16.18.1", 8 "node": "16.18.1",
9 "npm": "8.19.2" 9 "npm": "8.19.2",
10 "pnpm": "7.18.1"
10 }, 11 },
11 "scripts": { 12 "scripts": {
12 "prepare": "is-ci || husky install", 13 "prepare": "is-ci || husky install",
diff --git a/recipes b/recipes
Subproject 5434536ef4fa63174be3e4af5bf33d3ebe1872b Subproject 75814a038587e0ca5269346a3dd284807ba8d51