Export the default object for handlebars/runtime

Maintains consistency with the prior export pattern, while avoids the knarly default loading issues.
This commit is contained in:
kpdecker
2014-11-26 07:49:29 -06:00
parent c4b3c901a5
commit 5594416121
+1 -1
View File
@@ -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');
module.exports = require('./dist/cjs/handlebars.runtime').default;