summaryrefslogtreecommitdiffstats
path: root/runtime.js
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-12-23 19:51:10 -0600
committerkpdecker <kpdecker@gmail.com>2013-12-23 19:51:10 -0600
commit956ac95e7a743745e01bcaa68cd6ae1bb8cf42fd (patch)
tree5bcd16ab8ddb74b6553eea01d6e45d8036e0e814 /runtime.js
parent40e1837b14f1fa9d368cd24b95ea2d6116fff1f4 (diff)
downloadhandlebars.js-956ac95e7a743745e01bcaa68cd6ae1bb8cf42fd.zip
handlebars.js-956ac95e7a743745e01bcaa68cd6ae1bb8cf42fd.tar.gz
handlebars.js-956ac95e7a743745e01bcaa68cd6ae1bb8cf42fd.tar.bz2
Add browserify runtime export
Fixes #668
Diffstat (limited to 'runtime.js')
-rw-r--r--runtime.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime.js b/runtime.js
new file mode 100644
index 0000000..b7a7b12
--- /dev/null
+++ b/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');