From 552fc249f22b23f2e4bbb384b3ecb0b13e18d865 Mon Sep 17 00:00:00 2001 From: ekatek Date: Mon, 12 May 2014 17:21:16 -0700 Subject: [PATCH] send the right versions --- tools/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/compiler.js b/tools/compiler.js index 99853e65f1..56e54374ed 100644 --- a/tools/compiler.js +++ b/tools/compiler.js @@ -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