Skip to content

Commit

Permalink
fixed weak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Apr 11, 2016
1 parent 2ef93ea commit 9f5badf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Package.on_use(function(api, where) {
], ['client', 'server']);

// Requires all routing packages loads before this asking for weak dependencies.
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.use('useraccounts:flow-routing@1.14.0', ['client', 'server'], {weak: true});
api.use('useraccounts:iron-routing@1.14.0', ['client', 'server'], {weak: true});

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

0 comments on commit 9f5badf

Please sign in to comment.