koa-static
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -90,2 +90,3 @@ | ||
// stream | ||
this.set('Last-Modified', stats.mtime.toUTCString()); | ||
this.type = extname(path); | ||
@@ -92,0 +93,0 @@ this.body = fs.createReadStream(path); |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/static", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "koa", |
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
3554
98