Skip to content

Commit

Permalink
Remove ed25519-supercop dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Oct 3, 2024
1 parent 177b9fe commit 5d1e030
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"clean-stack": "3.0.1",
"compare-versions": "4.1.1",
"cron-validate": "1.4.3",
"ed25519-supercop": "2.0.1",
"electron-alert": "0.1.20",
"electron-log": "4.4.8",
"electron-root-path": "1.0.16",
Expand Down
1 change: 0 additions & 1 deletion scripts/helpers/install-backend-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function installBackendDeps {

echo -e "\n${COLOR_BLUE}Installing the main prod deps...${COLOR_NORMAL}"
npm i --production --include=dev --no-audit --progress=false --force
rm -rf "$ROOT/node_modules/ed25519-supercop/build"
checkNodeModulesDir "$ROOT"
depsErr=$(npm ls --depth=0 --only=prod 2>&1 >/dev/null | grep -E -v "missing: eslint|--omit=dev" || [[ $? == 1 ]])
if [ -n "$depsErr" ]; then
Expand Down

0 comments on commit 5d1e030

Please sign in to comment.