mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
This was "npm update handlebars" followed by copying runtime.js into the static directory and restoring the copyright header. (imported from commit 69d30cbfcb3b776cdfdcffa17a87704540eab76a)
4 lines
156 B
JavaScript
4 lines
156 B
JavaScript
// Create a simple path alias to allow browserify to resolve
|
|
// the runtime on a supported path.
|
|
module.exports = require('./dist/cjs/handlebars.runtime');
|