From 9b584fa31169099a03a887c1acf0a5cbac46d3b7 Mon Sep 17 00:00:00 2001 From: hunghvu Date: Wed, 2 Oct 2024 23:28:54 -0700 Subject: [PATCH] fix: remove package manager, #174 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6c9aa37..18a446a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,5 @@ }, "engines": { "node": ">=20.0.0" - }, - "packageManager": "pnpm@9.12.0" + } } \ No newline at end of file