Comparing version 1.0.4 to 1.0.5
@@ -29,3 +29,3 @@ (function () { | ||
} else { | ||
response.setHeader('ContentType', mime.lookup(file)); | ||
response.setHeader('Content-Type', mime.lookup(file)); | ||
response.write(data); | ||
@@ -32,0 +32,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Bricks Application Server", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "http://bricksjs.com/", | ||
@@ -8,0 +8,0 @@ "preferGlobal": "true", |
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
42753