Skip to content

Commit

Permalink
Merge pull request #104 from doctorpangloss/master
Browse files Browse the repository at this point in the history
Skip folders called samples
  • Loading branch information
Matt Hernandez committed Dec 30, 2014
2 parents b5bd498 + 5169953 commit 2368449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/demeteorizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Demeteorizer.prototype.findDependenciesInFolder = function (folder, inNodeModule
}

// Skip the examples directory.
if (file === 'examples') {
if (file === 'examples' || file === 'samples') {
keepGoing = false;
}

Expand Down

0 comments on commit 2368449

Please sign in to comment.