From 6422a3e204aef9a7c1d7e5fd84c264d80885fc53 Mon Sep 17 00:00:00 2001 From: rdrew Date: Mon, 3 Aug 2026 14:32:38 -0300 Subject: [PATCH] Drop packageManager field from package.json The pinned yarn@4.0.2 didn't match the Yarn 1 classic install/lockfile actually used. Remove it to avoid Corepack switching package managers; this no-build project just uses `node bs.js`. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 70e6c2f..ace9109 100755 --- a/package.json +++ b/package.json @@ -9,6 +9,5 @@ "dependencies": { "browser-sync": "^2.29.3", "bs-rewrite-rules": "^2.1.2" - }, - "packageManager": "yarn@4.0.2" + } }