Skip to content

Commit

Permalink
chore: Remove tsup names as yarn now prefixes output through workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Dec 7, 2023
1 parent 5615654 commit b9482e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/rehype-meta-as-attributes/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "tsup"

export default defineConfig({
name: `rehype-meta-as-attributes`,
entry: [`src/index.ts`],
clean: true,
dts: true,
Expand Down
1 change: 0 additions & 1 deletion packages/themes-utils/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineConfig } from "tsup"

export default defineConfig({
name: `themes-utils`,
entry: [`src/index.ts`],
clean: true,
dts: true,
Expand Down

0 comments on commit b9482e0

Please sign in to comment.