Fix parser declaration under amd builds

This commit is contained in:
kpdecker
2015-08-03 22:45:39 -05:00
parent 72eb10ca4b
commit c532b89af6
+1 -1
View File
@@ -1,2 +1,2 @@
exports.__esModule = true;
module.exports['default'] = handlebars;
exports['default'] = handlebars;