Skip to content

Commit

Permalink
fix(js): remove module
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Jan 10, 2025
1 parent d25fb37 commit 73d377d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/js/src/generators/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,6 @@ function determineEntryFields(
return {
type: 'module',
main: './dist/index.js',
module: './dist/index.js',
types: './dist/index.d.ts',
};
} else {
Expand Down

0 comments on commit 73d377d

Please sign in to comment.