Skip to content

Commit

Permalink
Added version constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrandin committed May 26, 2017
1 parent 43da58a commit 9009a98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
31 changes: 16 additions & 15 deletions .versions
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Package.onUse(function(api) {
api.use('random');
api.use('email');
api.use('session');
api.use('react-meteor-data');
api.use('react-meteor-data@0.2.11');
api.use('softwarerero:accounts-t9n');
api.use('tmeasday:[email protected]');

Expand Down

0 comments on commit 9009a98

Please sign in to comment.