Skip to content

Commit

Permalink
added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
engelgabriel committed Feb 22, 2016
1 parent 8edfc7e commit f5d375e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ spacebars
standard-minifiers
tracker

arunoda:streams
rocketchat:lib

rocketchat:api
rocketchat:assets
rocketchat:authorization
Expand All @@ -59,6 +56,7 @@ rocketchat:importer-hipchat
rocketchat:importer-slack
rocketchat:integrations
rocketchat:ldap
rocketchat:lib
rocketchat:livechat
rocketchat:logger
rocketchat:mailer
Expand Down Expand Up @@ -104,6 +102,7 @@ konecty:multiple-instances-status
konecty:nrr
konecty:user-presence

arunoda:streams
chrismbeckett:toastr
dispatch:run-as-user
francocatena:status
Expand Down
1 change: 1 addition & 0 deletions packages/rocketchat-integrations/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit f5d375e

Please sign in to comment.