mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add missing 'random' dependency to retry
This commit is contained in:
@@ -4,7 +4,7 @@ Package.describe({
|
||||
});
|
||||
|
||||
Package.on_use(function (api) {
|
||||
api.use('underscore', ['client', 'server']);
|
||||
api.use(['underscore', 'random'], ['client', 'server']);
|
||||
api.export('Retry');
|
||||
api.add_files('retry.js', ['client', 'server']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user