diff options
Diffstat (limited to 'node_modules/handlebars/runtime.js')
-rw-r--r-- | node_modules/handlebars/runtime.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/handlebars/runtime.js b/node_modules/handlebars/runtime.js new file mode 100644 index 000000000..306207cd2 --- /dev/null +++ b/node_modules/handlebars/runtime.js @@ -0,0 +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']; |