bogart-handlebars
Advanced tools
Comparing version 0.10.6 to 0.10.7
@@ -64,5 +64,5 @@ var _ = require('underscore'); | ||
body: body, | ||
'content-type': 'text/html', | ||
headers: { | ||
"content-length": Buffer.byteLength(body) | ||
"content-type": "text/html", | ||
"content-length": Buffer.byteLength(body) | ||
} | ||
@@ -69,0 +69,0 @@ }, opts); |
{ | ||
"name": "bogart-handlebars", | ||
"version": "0.10.6", | ||
"version": "0.10.7", | ||
"description": "Handlebars tools for Bogart", | ||
@@ -5,0 +5,0 @@ "main": "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
5143