Skip to content

Commit

Permalink
Fixed invalid export. (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek authored Apr 30, 2024
1 parent 6f56446 commit 6ebbb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { getUnityUrls } from './lib/get-unity-urls';
import { parsers } from './lib/parsers';
import { parseVersionFromString } from './lib/parsers';
import { updateEditorInstallers } from './lib/update-editor-installers';

export default {
getUnityUrls,
parsers,
parseVersionFromString,
updateEditorInstallers,
};

0 comments on commit 6ebbb98

Please sign in to comment.