flex-combo
Advanced tools
Comparing version 0.12.14 to 0.12.15
@@ -114,6 +114,3 @@ /** | ||
try { | ||
if (req && res && next) { | ||
if (res._header) { | ||
return next(); | ||
} | ||
if (req && res && !res._header && next) { | ||
fcInst.handle(req, res, next); | ||
@@ -120,0 +117,0 @@ } |
{ | ||
"name": "flex-combo", | ||
"version": "0.12.14", | ||
"version": "0.12.15", | ||
"description": "A combo tool designed for web front-end developer, which support various kinds of combo format by modify configuration(eg. yahoo combo).", | ||
@@ -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
80393
689