Skip to content

Commit

Permalink
Bumping dependencies more.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jan 16, 2018
1 parent 0396226 commit 3de807e
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 @@ -19,8 +19,8 @@ Package.onUse(function (api) {

// 3rd party dependencies.
api.use([
'peerlibrary:[email protected].0',
'peerlibrary:[email protected].1',
'peerlibrary:[email protected].1',
'peerlibrary:[email protected].2',
'peerlibrary:[email protected]'
], 'server');

Expand Down Expand Up @@ -52,7 +52,7 @@ Package.onTest(function (api) {
// 3rd party dependencies.
api.use([
'peerlibrary:[email protected]',
'peerlibrary:[email protected].0',
'peerlibrary:[email protected].1',
'peerlibrary:[email protected]'
]);

Expand Down

0 comments on commit 3de807e

Please sign in to comment.