We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7b2e5 commit c44c5eaCopy full SHA for c44c5ea
compile.js
@@ -8,7 +8,7 @@ const GREEN = "\x1b[32m%s\x1b[0m";
8
const YELLOW = "\x1b[33m%s\x1b[0m";
9
const RED = "\x1b[31m%s\x1b[0m";
10
11
-const VERSION = 10;
+const VERSION = 11;
12
13
Handlebars.registerHelper("or", function (param1, param2) {
14
return param1 || param2;
0 commit comments