summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2015-08-03 22:45:39 -0500
committerkpdecker <kpdecker@gmail.com>2015-08-03 22:45:39 -0500
commitc532b89af655c88aeb4147aac2552415f9f220c3 (patch)
tree17fdd81bd5e61e9f8baf87e6bb27444d070166ab
parent72eb10ca4b737cc40cd712e26e8e3cf3e1ba22ce (diff)
downloadhandlebars.js-c532b89af655c88aeb4147aac2552415f9f220c3.zip
handlebars.js-c532b89af655c88aeb4147aac2552415f9f220c3.tar.gz
handlebars.js-c532b89af655c88aeb4147aac2552415f9f220c3.tar.bz2
Fix parser declaration under amd builds
-rw-r--r--src/parser-suffix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser-suffix.js b/src/parser-suffix.js
index e0f37eb..1f69f7a 100644
--- a/src/parser-suffix.js
+++ b/src/parser-suffix.js
@@ -1,2 +1,2 @@
exports.__esModule = true;
-module.exports['default'] = handlebars;
+exports['default'] = handlebars;