Compare commits

..

No commits in common. "65bc08f033d0b649d3899160625d223f4621fc5e" and "75325472b8aa803699adbd08dbc184ee7989e607" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ const otherSkills: OtherSkill[] = [
{
title: "Some of the relevant Frameworks/Tooling",
description:
"Terraform, Prometheus, Grafana, Nix shell, React, Webpack, Rollup, Esbuild, deep understanding of Git",
"Terraform, Prometheus, Grafana, React, Webpack, Rollup, Esbuild, deep understanding of Git",
},
{
title: "Software Development",

View File

@ -47,7 +47,7 @@ let
cp -a dist $out
'';
npmInstallFlags = "--no-audit --no-progress --no-fund";
npmDepsHash = "sha256-p4rTpy0t8aajbubvtF1TA83/FFqvfKEOPBb5T0ZRfQY=";
npmDepsHash = "sha256-dnUbw0kfAA50ZaQ91q/fC+gZhAGNo6vrSQBz6Qf2ngo=";
npmPackFlags = [ "--ignore-scripts" ];
};