diff --git a/packages/gitmoji-changelog-markdown/dist/index.js b/packages/gitmoji-changelog-markdown/dist/index.js deleted file mode 100755 index 84cd3c0..0000000 --- a/packages/gitmoji-changelog-markdown/dist/index.js +++ /dev/null @@ -1,13 +0,0 @@ -'use strict'; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.convert = convert; -function convert(json) { - const commits = JSON.parse(json); - - return commits.reduce((markdown, commit) => { - return `${markdown}- ${commit.subject} (${commit.hash})\n`; - }, '# Changelog\n\n'); -} \ No newline at end of file