chore: fix build script

pull/129/head
sualko 2021-02-24 17:36:08 +01:00
parent bc2d2c217d
commit f4a65a7fb0
1 changed files with 1 additions and 1 deletions

View File

@ -148,4 +148,4 @@ function getChangelogEntry(version) {
});
}
exports.default = {generateChangelog, editChangeLog, hasChangeLogEntry, getChangelogEntry};
module.exports = {generateChangelog, editChangeLog, hasChangeLogEntry, getChangelogEntry};