mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
send the right versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user