From 546f80079a3990f0dae77a00f6bda468e6b96883 Mon Sep 17 00:00:00 2001 From: indexzero Date: Wed, 15 Apr 2026 10:17:21 -0400 Subject: [PATCH] chore(deps) migrate .npmrc settings to pnpm-workspace.yaml Move minimumReleaseAge from .npmrc (kebab-case) to pnpm-workspace.yaml (camelCase), the canonical config location for pnpm 10. Drop the tar exclude from minimumReleaseAgeExclude. Co-Authored-By: Claude Opus 4.6 --- .npmrc | 2 -- pnpm-workspace.yaml | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .npmrc create mode 100644 pnpm-workspace.yaml diff --git a/.npmrc b/.npmrc deleted file mode 100644 index f10f592..0000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -minimum-release-age=2890 -minimum-release-age-exclude[]=tar diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..9b84ed4 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1 @@ +minimumReleaseAge: 2890