Skip to content

Commit

Permalink
try to use one export
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Aug 13, 2024
1 parent a9a1526 commit 7f8a18c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/defineVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ function defineReleaseVersion({ core }, targetReleaseLevel, givenVersion) {
return parsedPlayerVersion;
}

module.exports.defineReleaseVersion = defineReleaseVersion;
module.exports.getPlayerUiVersion = getPlayerUiVersion;
module.exports = { defineReleaseVersion, getPlayerUiVersion };

0 comments on commit 7f8a18c

Please sign in to comment.