Add browserify runtime export

Fixes #668
This commit is contained in:
kpdecker
2013-12-23 19:51:10 -06:00
parent 40e1837b14
commit 956ac95e7a
+3
View File
@@ -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');