Skip to content

Commit a686627

Browse files
author
Morten Henriksen
committed
set weak dep version cordova
1 parent 77d3bce commit a686627

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.versions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ application-configuration@1.0.4
22
base64@1.0.2
33
binary-heap@1.0.2
44
callback-hook@1.0.2
5-
check@1.0.3
6-
ddp@1.0.13
5+
check@1.0.4
6+
ddp@1.0.14
77
ejson@1.0.5
88
follower-livedata@1.0.3
99
geojson-utils@1.0.2
@@ -15,8 +15,8 @@ minimongo@1.0.6
1515
mongo@1.0.11
1616
ordered-dict@1.0.2
1717
raix:eventemitter@0.1.1
18-
raix:push@2.5.1
18+
raix:push@2.6.0
1919
random@1.0.2
2020
retry@1.0.2
21-
tracker@1.0.4
21+
tracker@1.0.5
2222
underscore@1.0.2

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Package.onUse(function(api) {
4242
// Keep track of users in the appCollection
4343
api.use('accounts-base', ['client', 'server'], { weak: true });
4444

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

4747
api.use(['raix:eventemitter@0.1.1', 'check', 'mongo'], ['client', 'server']);
4848

0 commit comments

Comments
 (0)