Skip to content

Commit a5b8a9e

Browse files
committed
refactor: Switch public API exports in index.ts to .js extensions
1 parent e55f7a0 commit a5b8a9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { default as UnityHub } from "./unityHub.ts";
2-
export { default as UnityEditor } from "./unityEditor.ts";
3-
export { UnityHubInstallerEvent } from "./events/hubEventEmitter.ts";
1+
export { default as UnityHub } from "./unityHub.js";
2+
export { default as UnityEditor } from "./unityEditor.js";
3+
export { UnityHubInstallerEvent } from "./events/hubEventEmitter.js";
44

5-
export * from "./types/unity.ts";
5+
export * from "./types/unity.js";

0 commit comments

Comments
 (0)