Skip to content

Commit

Permalink
Update for 3.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Apr 28, 2024
1 parent 8fc29b6 commit e678e9a
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 @@ -6,7 +6,7 @@ Package.describe({
});

Package.onUse(function(api) {
api.versionsFrom(['2.9.0', '3.0-beta.0']);
api.versionsFrom(['2.9.0', '3.0-rc.0']);
api.use('ecmascript');
api.use(['check', 'mongo', 'logging'], 'server');
api.mainModule('migrations_server.js', 'server');
Expand Down

0 comments on commit e678e9a

Please sign in to comment.