fabricator
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -69,2 +69,3 @@ 'use strict'; | ||
// | ||
if (!fs.existsSync(filepath)) return false; | ||
return fs.readdirSync(filepath).map(function locate(file) { | ||
@@ -71,0 +72,0 @@ file = path.resolve(filepath, file); |
{ | ||
"name": "fabricator", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Discover collections of constructible instances from strings (filepaths), arrays or objects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15269
361