microloader
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -101,3 +101,3 @@ var exists = require('fs').existsSync | ||
chunks.forEach((chunk) => { | ||
chunks.forEach(function (chunk) { | ||
setPath += '[\'' + chunk + '\']' | ||
@@ -104,0 +104,0 @@ }) |
{ | ||
"name": "microloader", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Load directories and files, doing with them what you want!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4850