From f6915cbca6d0c2dbcae68ecd359e914bced9e5a0 Mon Sep 17 00:00:00 2001 From: Pierluigi Viti Date: Thu, 27 Feb 2025 18:47:49 +0100 Subject: [PATCH] fix: fix release config --- tsup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsup.config.js b/tsup.config.js index b30a1e71..b1b54724 100644 --- a/tsup.config.js +++ b/tsup.config.js @@ -19,4 +19,4 @@ export default defineConfig(() => ({ shims: true, cjsInterop: true, skipNodeModulesBundle: true -})) \ No newline at end of file +})) \ No newline at end of file