directory-import
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "directory-import", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "dist" |
37617