Comparing version 5.4.0 to 5.4.1
@@ -7,3 +7,3 @@ "use strict"; | ||
if(!reject) | ||
reject = console.log; | ||
reject = console.log.bind(console, "Failure in task", task); | ||
@@ -10,0 +10,0 @@ do { |
{ | ||
"name": "nyks", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
62505