Comparing version 0.5.0 to 0.5.1
{ | ||
"excludeFiles": [], | ||
"excludeFiles": [ | ||
".git", | ||
"node_modules" | ||
], | ||
"format": "auto", | ||
@@ -4,0 +7,0 @@ "lang": "en,ru", |
@@ -25,3 +25,3 @@ #!/usr/bin/env node | ||
dictionary = JSON.parse(dict.toString('utf-8')); | ||
dict = JSON.parse(dict.toString('utf-8')); | ||
program.debug && printDebug('use dictionary: ' + filename); | ||
@@ -28,0 +28,0 @@ } catch(e) { |
@@ -10,3 +10,3 @@ { | ||
"description": "Проверка опечаток в текстах, в файлах и на сайтах", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"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
28705
685