From e5e0d98ca48e13752b2d3b646f07f3811d6847a1 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Fri, 21 Nov 2025 15:37:35 -0600 Subject: [PATCH] chore: remove packageManager property This is quite out of date! --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index fa72e7a2..c72d6fdd 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "workspaces": [ "packages/*" ], - "packageManager": "npm@8.5.0", "scripts": { "build": "npm run --workspaces build", "test": "npm run --workspaces --if-present test",