diff --git a/lib/demeteorizer.js b/lib/demeteorizer.js index 400e5ce..eab0ff3 100644 --- a/lib/demeteorizer.js +++ b/lib/demeteorizer.js @@ -242,8 +242,8 @@ Demeteorizer.prototype.findDependenciesInFolder = function (folder, inNodeModule } } - // Skip the examples directory. - if (file === 'examples' || file === 'samples') { + // Skip the examples, samples and tests directories. + if (file === 'examples' || file === 'samples' || file === 'test') { keepGoing = false; } diff --git a/package.json b/package.json index 333d0eb..ca49ec1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "keywords": [ "meteor" ], - "version": "2.1.2", + "version": "2.1.3", "author": "Modulus ", "maintainers": [ "Brandon Cannaday ",