add the random package as a autoupdate's dep on Cordova #2892

This commit is contained in:
Slava Kim
2014-10-23 13:09:38 -07:00
parent 0fb62f1686
commit 61589d9b71

View File

@@ -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');