send the right versions

This commit is contained in:
ekatek
2014-05-12 17:21:16 -07:00
parent 9c177fbecc
commit 552fc249f2

View File

@@ -194,7 +194,7 @@ var determineBuildTimeDependencies = function (packageSource) {
var pluginVersion = pluginVersions[info.name];
ret.pluginDependencies[info.name] =
catalog.catalog.resolveConstraints(
constraints, { previousSolution: pluginVersions });
constraints, { previousSolution: pluginVersion });
});
// Every time we run the constraint solver, we record the results. This has