irrelon-appcore
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -128,3 +128,3 @@ /** | ||
moduleName = moduleNamesArr[nameIndex]; | ||
moduleNameRegExp = new RegExp('\b' + moduleName + '\b'); | ||
moduleNameRegExp = new RegExp('\\b' + moduleName + '\\b'); | ||
@@ -131,0 +131,0 @@ if (moduleName.toLowerCase() !== i.toLowerCase() && moduleDeps.arr.indexOf(moduleName) === -1) { |
{ | ||
"name": "irrelon-appcore", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "A very lightweight application dependency manager for maintaining clean modularised code without polluting the global namespace.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
15403