Fix TSLint error

This commit is contained in:
Fabio Berger
2018-04-02 05:12:03 +09:00
parent d187a31e38
commit 688f8615ff

View File

@@ -26,7 +26,7 @@ const HEADER_PRAGMA = '##';
throw new Error(`${lernaPackage.package.name} should have CHANGELOG.md b/c it's public. Add one.`);
}
const lines = (changelogMdIfExists as string).split('\n');
const lines = changelogMdIfExists.split('\n');
const changelogs: Changelog[] = [];
let changelog: Changelog = {
version: '',