mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add the random package as a autoupdate's dep on Cordova #2892
This commit is contained in:
@@ -14,7 +14,7 @@ Package.on_use(function (api) {
|
||||
api.use(['ddp', 'mongo', 'underscore'], ['client', 'server']);
|
||||
api.use('tracker', 'client');
|
||||
api.use('reload', 'client', {weak: true});
|
||||
api.use('http', 'web.cordova');
|
||||
api.use(['http', 'random'], 'web.cordova');
|
||||
|
||||
api.export('Autoupdate');
|
||||
api.add_files('autoupdate_server.js', 'server');
|
||||
|
||||
Reference in New Issue
Block a user