Comparing version 1.3.0 to 1.3.1
@@ -41,3 +41,3 @@ /** | ||
var index = opts.index; | ||
var maxage = opts.maxage || 0; | ||
var maxage = opts.maxage || opts.maxAge || 0; | ||
var hidden = opts.hidden || false; | ||
@@ -44,0 +44,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/send", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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
6638