eyo-kernel
Advanced tools
Comparing version 2.0.1 to 2.0.2
# Changelog | ||
## v2.0.2 | ||
Исправлена ошибка в методе `.dictionary.load()`. | ||
## v2.0.1 | ||
@@ -4,0 +7,0 @@ Правки в README.md. |
@@ -20,5 +20,5 @@ 'use strict'; | ||
load(filename, callback) { | ||
const text = fs.readFile(filename, (err, data) => { | ||
fs.readFile(filename, 'utf8', (err, data) => { | ||
if (!err) { | ||
this.set(text); | ||
this.set(data); | ||
} | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "eyo-kernel", | ||
"description": "Restoring the letter «ё» (yo) in russian texts", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Denis Seleznev", |
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
14570