From 903ced5b321a88e33b46a381539cb9b1aa4cac48 Mon Sep 17 00:00:00 2001 From: deyvisonwanderley Date: Tue, 28 Oct 2025 15:03:11 -0300 Subject: [PATCH] chore: update package.json to specify bun as the package manager version 1.3.1 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f8ca1c..da68b38 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,6 @@ }, "optionalDependencies": { "@rollup/rollup-win32-x64-msvc": "^4.52.5" - } + }, + "packageManager": "bun@1.3.1" }