Merge pull request #964 from grassick/patch-1

default is a reserved word
This commit is contained in:
Kevin Decker
2015-02-28 16:26:39 -06:00
+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').default;
module.exports = require('./dist/cjs/handlebars.runtime')['default'];