Skip to content

Commit

Permalink
add back workspaces for bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Oct 7, 2023
1 parent 1299cac commit 84bf97a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
Binary file added bun.lockb
Binary file not shown.
Binary file removed example/browser/bun.lockb
Binary file not shown.
Binary file removed example/typescript/bun.lockb
Binary file not shown.
Binary file removed megalodon/bun.lockb
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"private": true,
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"workspaces": [
"megalodon",
"example/typescript",
"example/browser"
]
}

0 comments on commit 84bf97a

Please sign in to comment.