Skip to content

Commit

Permalink
Merge pull request #964 from grassick/patch-1
Browse files Browse the repository at this point in the history
default is a reserved word
  • Loading branch information
kpdecker committed Feb 28, 2015
2 parents 3c9ff77 + 71690ae commit 8c357b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module.exports = require('./dist/cjs/handlebars.runtime').default;
module.exports = require('./dist/cjs/handlebars.runtime')['default'];

0 comments on commit 8c357b9

Please sign in to comment.