Skip to content

Commit 956ac95

Browse files
committed
Add browserify runtime export
Fixes handlebars-lang#668
1 parent 40e1837 commit 956ac95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Create a simple path alias to allow browserify to resolve
2+
// the runtime on a supported path.
3+
module.exports = require('./dist/cjs/handlebars.runtime');

0 commit comments

Comments
 (0)