Skip to content

Commit

Permalink
fixed weak references
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Apr 11, 2016
1 parent b7914a1 commit bd125fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Package.on_use(function(api, where) {
api.use([
'useraccounts:core',
], ['client', 'server']);

// Requires all routing packages loads before this asking for weak dependencies.
api.use('useraccounts:flow-routing@1.12.1', ['client', 'server'], {weak: true});
api.use('useraccounts:iron-routing@1.12.1', ['client', 'server'], {weak: true});
api.use('useraccounts:flow-routing@1.13.1', ['client', 'server'], {weak: true});
api.use('useraccounts:iron-routing@1.13.1', ['client', 'server'], {weak: true});

api.imply([
'useraccounts:[email protected]',
Expand Down

0 comments on commit bd125fc

Please sign in to comment.