Skip to content

Commit 834abb7

Browse files
committed
fix bug with #1202
helper function was outside of the helpe object where it would belong
1 parent 1b76871 commit 834abb7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: meta.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ module.exports = {
1919

2020
return options.inverse(this)
2121
},
22+
template_version() {
23+
return templateVersion
24+
},
2225
},
23-
template_version() {
24-
return templateVersion
25-
},
26+
2627
prompts: {
2728
name: {
2829
type: 'string',

0 commit comments

Comments
 (0)