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
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ application-configuration@1.0.4
base64@1.0.2
binary-heap@1.0.2
callback-hook@1.0.2
check@1.0.3
ddp@1.0.13
check@1.0.4
ddp@1.0.14
ejson@1.0.5
follower-livedata@1.0.3
geojson-utils@1.0.2
Expand All @@ -15,8 +15,8 @@ minimongo@1.0.6
mongo@1.0.11
ordered-dict@1.0.2
raix:eventemitter@0.1.1
raix:push@2.5.1
raix:push@2.6.0
random@1.0.2
retry@1.0.2
tracker@1.0.4
tracker@1.0.5
underscore@1.0.2
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:eventemitter@0.1.1', 'check', 'mongo'], ['client', 'server']);

Expand Down

0 comments on commit a686627

Please # to comment.