This commit is contained in:
Lars Jung
2019-05-05 23:03:07 +02:00
parent 745985bf18
commit 78d6bf6c27
7 changed files with 217 additions and 217 deletions

1
ghu.js
View File

@@ -37,7 +37,6 @@ ghu.before(runtime => {
runtime.comment = `${runtime.pkg.name} v${runtime.pkg.version} - ${runtime.pkg.homepage}`;
runtime.comment_js = `/* ${runtime.comment} */\n`;
runtime.comment_html = `<!-- ${runtime.comment} -->`;
console.log(runtime.comment);
});