fix running from release to work

This commit is contained in:
ekatek
2014-09-19 21:47:05 -07:00
parent 220cc69e31
commit c8f4152f04

View File

@@ -313,7 +313,7 @@ _.extend(Project.prototype, {
// those.
_.each(releasePackages, function(version, name) {
allDeps.push({name: name, weak: true,
constraintStr: "=" + name,
constraintString: "=" + name,
constraints: [
{ version: version, type: 'exactly' } ]});
});