node-readfiles
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -110,2 +110,3 @@ var fs = require('fs'); | ||
if (options.readContents === false) { | ||
callback(null, outputName, null); | ||
return next(); | ||
@@ -112,0 +113,0 @@ } |
{ | ||
"name": "node-readfiles", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A lightweight Node.js module to recursively read files in a directory", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
26537
607