From f4a65a7fb08efeb4d2373c44b7705b35b4329e63 Mon Sep 17 00:00:00 2001 From: sualko Date: Wed, 24 Feb 2021 17:36:08 +0100 Subject: [PATCH] chore: fix build script --- scripts/imports/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/imports/changelog.js b/scripts/imports/changelog.js index 19a0d7f..4b73f7a 100644 --- a/scripts/imports/changelog.js +++ b/scripts/imports/changelog.js @@ -148,4 +148,4 @@ function getChangelogEntry(version) { }); } -exports.default = {generateChangelog, editChangeLog, hasChangeLogEntry, getChangelogEntry}; \ No newline at end of file +module.exports = {generateChangelog, editChangeLog, hasChangeLogEntry, getChangelogEntry}; \ No newline at end of file