Skip to content

Commit 2368449

Browse files
author
Matt Hernandez
committed
Merge pull request #104 from doctorpangloss/master
Skip folders called samples
2 parents b5bd498 + 5169953 commit 2368449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/demeteorizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Demeteorizer.prototype.findDependenciesInFolder = function (folder, inNodeModule
238238
}
239239

240240
// Skip the examples directory.
241-
if (file === 'examples') {
241+
if (file === 'examples' || file === 'samples') {
242242
keepGoing = false;
243243
}
244244

0 commit comments

Comments
 (0)