From 90042ec4a79e4e8b569c4618079169176d644504 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 13 Apr 2025 22:43:01 +0300 Subject: bump --- tsup.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tsup.config.ts') diff --git a/tsup.config.ts b/tsup.config.ts index 0c86f8a..13e76f2 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,10 +1,10 @@ import { defineConfig } from "tsup"; export default defineConfig({ - entry: ["src/flatmatter.ts"], + entry: ["src/eventx.ts"], clean: true, - format: ["cjs", "esm"], + format: ["esm", "cjs"], dts: true, treeshake: "smallest", sourcemap: true, -}); \ No newline at end of file +}); -- cgit v1.2.3