Skip to content

Commit

Permalink
published 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 14, 2024
1 parent ec32301 commit 3a12b53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
26 changes: 13 additions & 13 deletions package/collection2/.versions
7 changes: 4 additions & 3 deletions package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Npm.depends({
});

Package.onUse(function (api) {
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.2']);
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.4']);
api.use('mongo');
api.imply('mongo');
api.use('minimongo');
api.use('ejson');
api.use('ecmascript');
api.use('raix:[email protected]');
api.use('aldeed:[email protected]');
api.use('aldeed:simple-schema@1.13.1 || 2.0.0-beta300.0');

api.addFiles(['./collection2.js']);

Expand All @@ -34,8 +34,9 @@ Package.onUse(function (api) {
});

Package.onTest(function (api) {
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.4']);
api.use([
'meteortesting:[email protected]beta300.0',
'meteortesting:[email protected]rc.1',
'aldeed:[email protected]'
]);
});

0 comments on commit 3a12b53

Please sign in to comment.