From 0af485f7566000fc3f9114a3a0e0dc0644f4a50e Mon Sep 17 00:00:00 2001 From: devpow112 Date: Sat, 23 May 2026 20:27:52 -0400 Subject: [PATCH] chore: harden .npmrc with ignore-scripts and engine-strict --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index b6f27f13..32e60127 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ engine-strict=true +ignore-scripts=true