From 39d510ebbaedfe929aa05270866958a284b2945f Mon Sep 17 00:00:00 2001 From: Roy van de Water Date: Tue, 19 May 2026 17:46:57 -0500 Subject: [PATCH] Bump the minimum package age to 14 days Also moves the config from .npmrc to pnpm-workspace.yaml --- .npmrc | 1 - pnpm-workspace.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pnpm-workspace.yaml diff --git a/.npmrc b/.npmrc index c58f5d8..dfc48d2 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ -minimum-release-age=10080 auto-install-peers=true dedupe-peer-dependents=true diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..2ffae12 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1 @@ +minimumReleaseAge: 20160