browserify-dot
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -29,3 +29,4 @@ 'use strict'; | ||
try { | ||
var compiled = 'module.exports = ' + dot.template(buffer, opts.templateSettings) + ';\n'; | ||
var conf = xtend(dot.templateSettings, opts.templateSettings); | ||
var compiled = 'module.exports = ' + dot.template(buffer, conf) + ';\n'; | ||
this.queue(compiled); | ||
@@ -32,0 +33,0 @@ this.emit('end'); |
{ | ||
"name": "browserify-dot", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Browserify transform to compile dot templates", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2779
61