Skip to content

Commit

Permalink
deps: update Meteor version to stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jan 16, 2025
1 parent 0d6707e commit 2914999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Package.describe({
});

Package.onUse((api) => {
api.versionsFrom(['2.14', '3.0-beta.0']);
api.versionsFrom(['2.16', '3.0.1']);
api.use('webapp', 'server');
api.use(['reactive-var', 'tracker', 'ddp-client'], 'client');
api.use(['mongo', 'check', 'random', 'ecmascript', 'fetch', 'ostrio:[email protected]'], ['client', 'server']);
Expand Down

0 comments on commit 2914999

Please sign in to comment.