There was an error while loading. Please reload this page.
1 parent e55f7a0 commit a5b8a9eCopy full SHA for a5b8a9e
1 file changed
src/index.ts
@@ -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";
+export { default as UnityHub } from "./unityHub.js";
+export { default as UnityEditor } from "./unityEditor.js";
+export { UnityHubInstallerEvent } from "./events/hubEventEmitter.js";
4
5
-export * from "./types/unity.ts";
+export * from "./types/unity.js";
0 commit comments