From 6c289c3a807fb55936a1e7df7a42bc89a53d57b6 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Sun, 5 Apr 2026 23:37:52 +0300 Subject: [PATCH] chore: add .npmrc with 7-day minimum release age MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Supply chain protection — npm will not install package versions published less than 7 days ago. Co-Authored-By: Claude Opus 4.6 (1M context) --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..2e218c5 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +minReleaseAge=7d