batch-import
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -48,3 +48,2 @@ 'use strict'; | ||
if (option.contain.indexOf(itemPath) === -1) { | ||
console.log(itemPath) | ||
return | ||
@@ -67,2 +66,3 @@ } | ||
else { | ||
if (itemPath === ".DS_Store") return | ||
modules[itemPath] = {} | ||
@@ -69,0 +69,0 @@ recursion(path + itemPath + '/', option, modules[itemPath]) |
{ | ||
"name": "batch-import", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "批量加载node.js模块、目录,并转换为对应的JS对象", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2684