Skip to content

Commit

Permalink
fix(build): versions resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Apr 15, 2024
1 parent 32b2deb commit 326b742
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Package.describe({
name: 'aldeed:collection2',
summary:
'Automatic validation of Meteor Mongo insert and update operations on the client and server',
version: '4.0.0',
version: '4.0.1',
documentation: '../../README.md',
git: 'https://github.com/aldeed/meteor-collection2.git'
});
Expand All @@ -23,10 +23,9 @@ Package.onUse(function (api) {
api.use('ejson');
api.use('raix:eventemitter@1.0.0');
api.use('ecmascript@0.16.8-alpha300.11');
api.use('aldeed:simple-schema@1.13.1');
api.use('aldeed:simple-schema@2.0.0-beta300.0 || 1.13.1');

api.addFiles(['./collection2.js']);
api.export('Collection2', 'server');

// Allow us to detect 'insecure'.
api.use('insecure', { weak: true });
Expand Down

0 comments on commit 326b742

Please sign in to comment.