Skip to content

Commit

Permalink
We need to export the Facebook symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored and laosb committed Nov 6, 2016
1 parent 30f612f commit 800903f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/facebook-oauth/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Package.onUse(function(api) {
api.use('http', ['server']);
api.use('underscore', 'server');
api.use('random', 'client');
api.use('service-configuration', 'client');

api.addFiles('facebook_client.js', 'client');
api.addFiles('facebook_server.js', 'server');

api.export('Facebook');
});

0 comments on commit 800903f

Please sign in to comment.