Skip to content

Commit

Permalink
Revert "Force the CJS build to export the library under .default."
Browse files Browse the repository at this point in the history
This reverts commit 019fd03.
  • Loading branch information
sangaline committed Mar 7, 2024
1 parent 019fd03 commit dfdb72c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { SindriClient } from "./client";

export default new SindriClient();
export const someProperty = "hello";

export type * from "./client";
export type { LogLevel } from "./logging";

0 comments on commit dfdb72c

Please sign in to comment.