mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix running from release to work
This commit is contained in:
@@ -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' } ]});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user