Comparing version 6.1.2 to 6.1.3
@@ -40,2 +40,3 @@ "use strict"; | ||
({includeMatcher, excludeMatcher} = makeMatchers(opts)); | ||
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1); | ||
} | ||
@@ -82,2 +83,3 @@ | ||
({includeMatcher, excludeMatcher} = makeMatchers(opts)); | ||
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1); | ||
} | ||
@@ -124,2 +126,3 @@ | ||
({includeMatcher, excludeMatcher} = makeMatchers(opts)); | ||
if (/[/\\]$/.test(dir)) dir = dir.substring(0, dir.length - 1); | ||
} | ||
@@ -126,0 +129,0 @@ |
{ | ||
"name": "rrdir", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Recursive directory reader with a delightful API", | ||
@@ -22,2 +22,3 @@ "author": "silverwind <me@silverwind.io>", | ||
"devDependencies": { | ||
"del": "5.1.0", | ||
"eslint": "6.8.0", | ||
@@ -43,4 +44,7 @@ "eslint-config-silverwind": "10.0.1", | ||
"verbose": false, | ||
"testTimeout": 10000 | ||
"testTimeout": 10000, | ||
"collectCoverageFrom": [ | ||
"*.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
8959
132
7