Skip to content

Commit a731666

Browse files
committed
test(bun): add packageManager field to allow tests passing
1 parent 4c522d5 commit a731666

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ coverage
66
dist
77
types
88
.conf*
9-
bun.lockdb
9+
bun.lockb

test/fixtures/bun/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "fixture-bun",
33
"version": "0.0.0",
4+
"packageManager": "bun@0.8.0",
45
"private": true,
56
"workspaces": [
67
"packages/*"

0 commit comments

Comments
 (0)