diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-04-14 00:34:41 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-04-14 00:34:41 +0300 |
| commit | 53c9dad18a612c97cacc3c0fe5eeb01e6ffcc026 (patch) | |
| tree | ddbe9984799b340554ce30b126904f119be121c5 /tsup.config.ts | |
| parent | 517e45f01af67a22677ae99ca44593f8f0d52057 (diff) | |
Rename EventX to ShapeX
The project is renamed from EventX to ShapeX, updating all references in code,
documentation and package metadata.
Diffstat (limited to 'tsup.config.ts')
| -rw-r--r-- | tsup.config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
