Skip to content

Commit

Permalink
Fix tracker name + exports EJSON for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Jun 12, 2016
1 parent 43af1d2 commit d256849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ import Accounts from './user/Accounts';
module.exports = {
composeWithTracker,
Accounts,
Trackr,
Tracker: Trackr,
EJSON
ListView,
MeteorComplexListView,
ReactiveDict,
Expand Down

0 comments on commit d256849

Please sign in to comment.