Skip to content

Commit

Permalink
Need this.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaertsch committed Mar 5, 2016
1 parent c23ed00 commit 5ecfb92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/telescope-collaboration/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Package.onUse(function (api) {
], ['client']);

api.add_files(['lib/server/publications.js', 'lib/server/methods.js'], ['server']);
api.export(['refreshUserProfileCollaborations', 'addCollaborator', 'getCollaborations', 'Collaboration', 'show', 'hide', 'createCollaboration', 'collaborationSchema', 'Schemas']);

api.export(['refreshAllUserCollaborations', 'refreshUserProfileCollaborations', 'addCollaborator', 'getCollaborations', 'Collaboration', 'show', 'hide', 'createCollaboration', 'collaborationSchema', 'Schemas']);
});

0 comments on commit 5ecfb92

Please sign in to comment.