aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
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 /package.json
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
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",