fix dialog

This commit is contained in:
2026-05-03 23:27:09 +02:00
parent c61b1b19bb
commit 61018e25b9
3 changed files with 13 additions and 15 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.2.14",
"version": "0.2.16",
"description": "ui elements for avocadi",
"private": false,
"files": [
"dist"
],
"scripts": {
"build": "tsdown"
"build": "tsdown",
"dev": "tsdown --watch"
},
"devDependencies": {
"@biomejs/biome": "^2.4.13",