Skip to content

Commit

Permalink
added versions to weak dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Dec 5, 2015
1 parent f003af2 commit af54847
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 @@ -30,8 +30,8 @@ Package.onUse(function(api) {

api.use([
'react',
'kadira:blaze-layout',
'kadira:react-layout',
'kadira:blaze-layout@2.3.0',
'kadira:react-layout@1.5.2',
'gwendall:[email protected]'
], ['client', 'server'], { weak: true });

Expand Down

0 comments on commit af54847

Please sign in to comment.