aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/config/hash.js
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-26 07:15:33 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-26 07:15:34 +0530
commitbc980882d05b7eec4135e4a286f6843fa6cc1bd0 (patch)
treeaf3c5d2d8ad417c05e5d579018f94d13667b3ed2 /src/internal-server/config/hash.js
parentUpgrade 'nodejs' to '16.18.0' (#705) (diff)
downloadferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.gz
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.tar.zst
ferdium-app-bc980882d05b7eec4135e4a286f6843fa6cc1bd0.zip
Switch from 'npm' to 'pnpm' (#704)
Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to 'src/internal-server/config/hash.js')
-rw-r--r--src/internal-server/config/hash.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal-server/config/hash.js b/src/internal-server/config/hash.js
index bbf32f691..7b4491c1f 100644
--- a/src/internal-server/config/hash.js
+++ b/src/internal-server/config/hash.js
@@ -37,7 +37,7 @@ module.exports = {
37 | Since argon is optional, you will have to install the dependency yourself 37 | Since argon is optional, you will have to install the dependency yourself
38 | 38 |
39 |============================================================================ 39 |============================================================================
40 | npm i argon2 40 | pnpm i argon2
41 |============================================================================ 41 |============================================================================
42 | 42 |
43 */ 43 */