Skip to content

Commit

Permalink
Remove old package.json (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jan 22, 2024
1 parent 7b17807 commit 74f9795
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 31 deletions.
5 changes: 0 additions & 5 deletions packages/toolpad-app/browser/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/toolpad-app/canvas/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/toolpad-app/runtime/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/toolpad-app/server/package.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/toolpad-app/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default defineConfig((options) => [
},
{
entry: ['src/exports/*.ts', 'src/exports/*.tsx'],
format: ['esm', 'cjs'],
format: ['esm'],
dts: true,
silent: true,
clean: !options.watch,
Expand Down
5 changes: 0 additions & 5 deletions packages/toolpad-core/browser/package.json

This file was deleted.

5 changes: 0 additions & 5 deletions packages/toolpad-core/server/package.json

This file was deleted.

0 comments on commit 74f9795

Please sign in to comment.