Skip to content

Commit

Permalink
Add check package dependency to the iframe-login package. (#4664)
Browse files Browse the repository at this point in the history
The `rocketchat-iframe-login` package uses `Match`, but the `check` packages was not added in `package.js`.
  • Loading branch information
loredanacirstea authored and rodrigok committed Oct 20, 2016
1 parent 5ce1026 commit 19cd5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rocketchat-iframe-login/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Package.onUse(function(api) {
api.use('reactive-var');
api.use('http');
api.use('tracker');
api.use('check');

api.imply('facebook');
api.imply('twitter');
Expand Down

0 comments on commit 19cd5f0

Please sign in to comment.