Comparing version 0.1.1 to 0.1.2
@@ -67,4 +67,4 @@ const fs = require('fs'); | ||
setHeaders(res, pathname, data.stats); | ||
res.writeHead(200, data.headers); | ||
setHeaders(res, pathname, data.stats); | ||
@@ -71,0 +71,0 @@ fs.createReadStream(data.abs).pipe(res); |
{ | ||
"name": "sirv", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The optimized & lightweight middleware for serving requests to static assets", | ||
@@ -5,0 +5,0 @@ "repository": "lukeed/sirv", |
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