require-directory
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -33,2 +33,5 @@ var fs = require('fs'); | ||
fs.readdirSync(path).forEach(function(filename){ | ||
if(filename[0] === '.'){ //ignore hidden files | ||
return; | ||
} | ||
var joined = join(path, filename); | ||
@@ -35,0 +38,0 @@ if(joined !== m.filename && delegate(joined)){ |
{ | ||
"author": "Troy Goode <troygoode@gmail.com> (http://github.com/troygoode/)", | ||
"name": "require-directory", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.", | ||
@@ -6,0 +6,0 @@ "keywords": ["require", "directory", "library", "recursive"], |
Sorry, the diff of this file is not supported yet
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
7433
6
43
114