Comparing version 0.3.9 to 0.3.10
@@ -58,3 +58,3 @@ "use strict"; | ||
log_1.log('read', filepath); | ||
return fs.readFile(filepath, options); | ||
return fs.readFile(filepath, Object.assign({ encoding: 'utf8' }, options)); | ||
} | ||
@@ -61,0 +61,0 @@ exports.read = read; |
{ | ||
"name": "qqjs", | ||
"description": "useful functions for writing node scripts", | ||
"version": "0.3.9", | ||
"version": "0.3.10", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/jdxcode/qqjs/issues", |
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
23782