Skip to content

Commit

Permalink
build: bump lilybird
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 21, 2024
1 parent 9315765 commit 82543d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "3.3.3"
},
"dependencies": {
"@lilybird/handlers": "^0.6.0-beta.11",
"@lilybird/handlers": "^0.6.0-beta.14",
"@lilybird/jsx": "0.3.0",
"@lilybird/transformers": "^0.4.1",
"@paperdave/logger": "^3.0.1",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ process.on("uncaughtException", console.error);

handler.cachePath = `${import.meta.dir}/lily-cache/handler`;

handler.addDebugListener(console.log);
await handler.scanDir(`${import.meta.dir}/commands`);
await handler.scanDir(`${import.meta.dir}/listeners`);

Expand Down

0 comments on commit 82543d2

Please sign in to comment.