Skip to content

Commit

Permalink
#5 fixes to support node versions 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinicius Ebersol committed May 17, 2018
1 parent ce19fcc commit 269c5ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/libs/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var handlebars = require('handlebars');
var path = require('path');

module.exports = (function() {
'use strict';
let importedHelpers = {};

if (fse.existsSync(u.getPath(settings.paths.src.helpers))) {
Expand Down

0 comments on commit 269c5ed

Please sign in to comment.