fast-find-in-files
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -30,5 +30,2 @@ "use strict"; | ||
} | ||
if (!excludeFolderPath.startsWith('./')) { | ||
throw new TypeError('Invalid input: options.excludeFolderPaths.excludeFolderPath must start with "./"'); | ||
} | ||
}); | ||
@@ -35,0 +32,0 @@ } |
{ | ||
"name": "fast-find-in-files", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "fast-find-in-files recursively searches sub-directories for needle matches", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
45988
66