fix asset copy flattened path

This commit is contained in:
2026-05-01 01:02:05 +02:00
parent ec9bb08869
commit 83a6e3b93d
2 changed files with 4 additions and 5 deletions
+2 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.2.8",
"version": "0.2.9",
"description": "ui elements for avocadi",
"private": false,
"files": [
@@ -58,8 +58,7 @@
"./select": "./dist/select.js",
"./styles/animations": "./dist/styles/animations.js",
"./text": "./dist/text.js",
"./package.json": "./package.json",
"./globals.css": "./dist/globals.css"
"./package.json": "./package.json"
},
"dependencies": {
"@tsdown/css": "^0.21.10",