From a7316661b54be9b4286e31dc8f166e56456b56f1 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 24 Aug 2023 15:30:36 +0200 Subject: [PATCH] test(bun): add `packageManager` field to allow tests passing --- .gitignore | 2 +- test/fixtures/bun/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 484d873..425b161 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ coverage dist types .conf* -bun.lockdb +bun.lockb diff --git a/test/fixtures/bun/package.json b/test/fixtures/bun/package.json index 1850cc0..04ee202 100644 --- a/test/fixtures/bun/package.json +++ b/test/fixtures/bun/package.json @@ -1,6 +1,7 @@ { "name": "fixture-bun", "version": "0.0.0", + "packageManager": "bun@0.8.0", "private": true, "workspaces": [ "packages/*"