Comparing version 2.1.4 to 2.1.5
@@ -13,3 +13,3 @@ #!/usr/bin/env node | ||
var pattern = patterns_1[_i]; | ||
result.push(new RegExp(pattern.replace('/\\/g', '\\\\'))); | ||
result.push(new RegExp(pattern.replace(/\\/g, '\\\\'))); | ||
} | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "dree", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "A nodejs module wich helps you handle a directory tree providing you its abstraction through tested functions and a custom configuration.", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45288