Skip to content

Commit

Permalink
chore: compilation configuration is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
orisme12 committed Mar 27, 2024
1 parent 1947e94 commit d8523dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 25 deletions.
2 changes: 1 addition & 1 deletion examples/with-nextjs/components/test-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function DialogDemo() {
<DialogHeader>
<DialogTitle>Edit profile</DialogTitle>
<DialogDescription>
Make changes to your profile here. Click save when you're done.
Make changes to your profile here. Click save when you&apos;re done.
</DialogDescription>
</DialogHeader>
<div className="grid gap-4 py-4">
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts"
},
"peerDependencies": {
"react": ">=18",
Expand Down
10 changes: 0 additions & 10 deletions packages/react/tsup.config.ts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "tsup --watch",
"build": "tsup"
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts"
},
"devDependencies": {
"tailwindcss": "3.4.1",
Expand Down
10 changes: 0 additions & 10 deletions packages/theme/tsup.config.ts

This file was deleted.

0 comments on commit d8523dd

Please sign in to comment.