Skip to content

Commit

Permalink
set weak dep version cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Henriksen committed Jan 28, 2015
1 parent 77d3bce commit a686627
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .versions
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Package.onUse(function(api) {
// Keep track of users in the appCollection
api.use('accounts-base', ['client', 'server'], { weak: true });

api.use('raix:cordova', 'client', { weak: true });
api.use('raix:cordova@0.2.3', 'client', { weak: true });

api.use(['raix:[email protected]', 'check', 'mongo'], ['client', 'server']);

Expand Down

0 comments on commit a686627

Please sign in to comment.