Skip to content

Commit

Permalink
WIP: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored and nknapp committed Nov 9, 2017
1 parent 232d803 commit 1d6e17f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ inst.Visitor = Visitor;

inst['default'] = inst;

export default inst;
module.exports = inst;
2 changes: 1 addition & 1 deletion lib/handlebars.runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ noConflict(inst);

inst['default'] = inst;

export default inst;
module.exports = inst;
2 changes: 1 addition & 1 deletion lib/handlebars/compiler/javascript-compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -1134,4 +1134,4 @@ function strictLookup(requireTerminal, compiler, parts, type) {
}
}

export default JavaScriptCompiler;
module.exports = JavaScriptCompiler;

0 comments on commit 1d6e17f

Please sign in to comment.