directory-import
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "directory-import", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Module sync or async import(requires) all modules from the folder you specify.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -26,3 +26,3 @@ ##### Module sync or async import(requires) all modules from the folder you specify. | ||
// Simple loading of all modules inside the directory and in all its subdirectories | ||
importDir(`./someDir`, sync); | ||
importDir(`./someDir`, 'sync'); | ||
@@ -29,0 +29,0 @@ // EX 2 |
Sorry, the diff of this file is not supported yet
25684