Comparing version 0.7.1 to 0.7.2
@@ -113,3 +113,3 @@ #!/usr/bin/env node | ||
var SEPARATOR = '\n-----'; | ||
words.forEach(function(val, i) { | ||
@@ -268,3 +268,6 @@ words[i] = (i + 1) + '. ' + words[i]; | ||
onResource = function(err, data) { | ||
err || (hasErrors = true); | ||
if(err) { | ||
hasErrors = true; | ||
} | ||
buildResource(err, data); | ||
@@ -271,0 +274,0 @@ }; |
@@ -10,3 +10,3 @@ { | ||
"description": "Search tool typos in the text, files and websites", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "homepage": "https://github.com/hcodes/yaspeller", |
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
55628
884