From 300478b62b10ccc33752fb19f35ee332ee3dda3e Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 1 Aug 2026 13:24:36 +0100 Subject: [PATCH] Update package.json to specify pnpm as the package manager and add minimumReleaseAge to pnpm-workspace.yaml for improved workspace configuration. --- package.json | 3 ++- pnpm-workspace.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 55d8c82..d3ac995 100644 --- a/package.json +++ b/package.json @@ -73,5 +73,6 @@ "start": "node src/index.js" }, "author": "", - "license": "ISC" + "license": "ISC", + "packageManager": "pnpm@10.28.0" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cf899ff..11339d2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,5 @@ +minimumReleaseAge: 0 + allowBuilds: bcrypt: true chromedriver: true