From 521e54fcb90d1c5b014217c336d06234fdc196b5 Mon Sep 17 00:00:00 2001 From: Boki Date: Thu, 19 Jun 2025 23:08:12 -0400 Subject: [PATCH] removed bun peer dep causing issue on linux --- libs/config/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/libs/config/package.json b/libs/config/package.json index 96102b2..fa51da6 100644 --- a/libs/config/package.json +++ b/libs/config/package.json @@ -29,8 +29,5 @@ "@types/bun": "^1.0.0", "@types/node": "^20.10.5", "typescript": "^5.3.3" - }, - "peerDependencies": { - "bun": "^1.0.0" } }