From b9482e0b4135b81d7de7fb5798219ef957c314ca Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 7 Dec 2023 14:25:04 +0100 Subject: [PATCH] chore: Remove tsup names as yarn now prefixes output through workspaces --- packages/rehype-meta-as-attributes/tsup.config.ts | 1 - packages/themes-utils/tsup.config.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/rehype-meta-as-attributes/tsup.config.ts b/packages/rehype-meta-as-attributes/tsup.config.ts index 6fc14c106..4ee0866c7 100644 --- a/packages/rehype-meta-as-attributes/tsup.config.ts +++ b/packages/rehype-meta-as-attributes/tsup.config.ts @@ -1,7 +1,6 @@ import { defineConfig } from "tsup" export default defineConfig({ - name: `rehype-meta-as-attributes`, entry: [`src/index.ts`], clean: true, dts: true, diff --git a/packages/themes-utils/tsup.config.ts b/packages/themes-utils/tsup.config.ts index 27ce56a66..4ee0866c7 100644 --- a/packages/themes-utils/tsup.config.ts +++ b/packages/themes-utils/tsup.config.ts @@ -1,7 +1,6 @@ import { defineConfig } from "tsup" export default defineConfig({ - name: `themes-utils`, entry: [`src/index.ts`], clean: true, dts: true,