This commit is contained in:
David Glasser
2014-11-22 11:17:21 -08:00
parent f15f56fff7
commit a1237ba1a8

View File

@@ -111,7 +111,7 @@ _.extend(exports.Tropohouse.prototype, {
}
}
_.each(packagesEscaped, function (packageEscaped) {
_.each(escapedPackages, function (packageEscaped) {
var packageDir = path.join(packageRootDir, packageEscaped);
try {
var versions = fs.readdirSync(packageDir);