mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Oops scoping bug
This commit is contained in:
@@ -276,7 +276,7 @@ _.extend(exports.Tropohouse.prototype, {
|
||||
wait: false
|
||||
});
|
||||
|
||||
return self._extractAndConvert(packageTarball);
|
||||
return exports._extractAndConvert(packageTarball);
|
||||
},
|
||||
|
||||
// Given a package name and version, returns a survey of what we have
|
||||
|
||||
Reference in New Issue
Block a user