From f5d375e3ece07868527e9cb0e9c0959cd81a4a63 Mon Sep 17 00:00:00 2001 From: Gabriel Engel Date: Mon, 22 Feb 2016 12:03:29 -0300 Subject: [PATCH] added missing dependency --- .meteor/packages | 5 ++--- packages/rocketchat-integrations/package.js | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.meteor/packages b/.meteor/packages index 10d034e1d0a6..cb6b6d7c22ff 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -35,9 +35,6 @@ spacebars standard-minifiers tracker -arunoda:streams -rocketchat:lib - rocketchat:api rocketchat:assets rocketchat:authorization @@ -59,6 +56,7 @@ rocketchat:importer-hipchat rocketchat:importer-slack rocketchat:integrations rocketchat:ldap +rocketchat:lib rocketchat:livechat rocketchat:logger rocketchat:mailer @@ -104,6 +102,7 @@ konecty:multiple-instances-status konecty:nrr konecty:user-presence +arunoda:streams chrismbeckett:toastr dispatch:run-as-user francocatena:status diff --git a/packages/rocketchat-integrations/package.js b/packages/rocketchat-integrations/package.js index f5ce2880e3ef..c94da4503dd2 100644 --- a/packages/rocketchat-integrations/package.js +++ b/packages/rocketchat-integrations/package.js @@ -15,6 +15,7 @@ Package.onUse(function(api) { api.use('rocketchat:lib'); api.use('rocketchat:authorization'); api.use('rocketchat:api'); + api.use('rocketchat:theme'); api.use('kadira:flow-router', 'client'); api.use('templating', 'client');