From 53c9dad18a612c97cacc3c0fe5eeb01e6ffcc026 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 00:34:41 +0300 Subject: Rename EventX to ShapeX The project is renamed from EventX to ShapeX, updating all references in code, documentation and package metadata. --- tsup.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsup.config.ts') diff --git a/tsup.config.ts b/tsup.config.ts index 13e76f2..74dcfd7 100644 --- a/tsup.config.ts +++ b/tsup.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from "tsup"; export default defineConfig({ - entry: ["src/eventx.ts"], + entry: ["src/shapex.ts"], clean: true, format: ["esm", "cjs"], dts: true, -- cgit v1.2.3