Comparing version 6.1.4 to 6.1.5
{ | ||
"name": "nyks", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "nodejs exupery style", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,5 +11,3 @@ "use strict"; | ||
exts = exts.filter(function(val) { | ||
return !!val; | ||
}); | ||
exts = exts.filter(Boolean); | ||
exts.push(""); //handle direct bin calls | ||
@@ -16,0 +14,0 @@ |
@@ -22,3 +22,4 @@ "use strict"; | ||
src.on('error', reject); | ||
dest.on('finish', resolve); | ||
if(!("fd" in dest)) | ||
dest.on('finish', resolve); | ||
dest.on('close', resolve); | ||
@@ -25,0 +26,0 @@ }); |
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
72286
1925