Comparing version 1.5.2 to 1.5.3
@@ -75,3 +75,3 @@ 'use strict'; | ||
var isGen = false; | ||
if (callback && isGeneratorFunction(callback)) { | ||
if (callback && (isGen = isGeneratorFunction(callback))) { | ||
args.pop(); | ||
@@ -78,0 +78,0 @@ mw.push(callback); |
{ | ||
"name": "co-ware", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Ware inspired, easily create your own middleware layer using generators via co.", | ||
@@ -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
11119