Skip to content

Commit

Permalink
chore: lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 7, 2024
1 parent f1a1005 commit 6695982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "example",
"private": true,
"scripts": {
"dev": "bun run --hot src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workspaces": ["src"],
"workspaces": ["example", "src"],
"scripts": {
"build": "bun run clean && tsc --project ./tsconfig.build.json",
"changeset": "changeset",
Expand Down

0 comments on commit 6695982

Please sign in to comment.