@sphinx-software/manifestor
Advanced tools
+1
-1
| { | ||
| "name": "@sphinx-software/manifestor", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "description": "Sphinx Manifestor", | ||
@@ -5,0 +5,0 @@ "bin": { |
+1
-1
@@ -7,3 +7,3 @@ const recursive = require('recursive-readdir'); | ||
| async scan(directory, ignores = []) { | ||
| ignores.push((file, stats) => stats.isFile() && !path.extname(file).match(/\.js$/); | ||
| ignores.push((file, stats) => stats.isFile() && !path.extname(file).match(/\.js$/)); | ||
@@ -10,0 +10,0 @@ return await recursive(directory, ignores); |
4627
0.02%