Comparing version 0.0.1-8 to 0.0.2-0
@@ -214,4 +214,6 @@ (function() { | ||
kvA = line.split(":"); | ||
if (kvA.length < 2) { | ||
if (kvA.length !== 2) { | ||
return false; | ||
} else if (kvA.length === 2 && kvA[1] === '') { | ||
return false; | ||
} | ||
@@ -218,0 +220,0 @@ kvA = kvA.map(function(i) { |
@@ -19,3 +19,3 @@ { | ||
"main" : "./index.js", | ||
"version" : "0.0.1-8" | ||
"version" : "0.0.2-0" | ||
} |
Sorry, the diff of this file is not supported yet
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
23889
339