fix target

This commit is contained in:
2026-04-27 00:01:09 +02:00
parent c20172b8d7
commit ff145a3126
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@avocadi/ui",
"type": "module",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"files": [
"dist"
+1
View File
@@ -6,6 +6,7 @@ export default defineConfig({
fixedExtension: false,
entry: ["./src/**/*.(ts|tsx)"],
format: "esm",
platform: "browser",
exports: true,
dts: true,
plugins: [