build: bump lilybird

This commit is contained in:
Jozef Steinhübl 2024-07-21 18:18:00 +02:00
parent 9315765650
commit 82543d25d4
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 1 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -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",

View file

@ -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`);