Skip to content

Commit

Permalink
Support beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ authored Feb 23, 2024
1 parent fb204aa commit 91efc45
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.8.0', '3.0-beta.0'])
api.versionsFrom(['2.8.0', '3.0-beta.4'])
api.use(['ecmascript', 'accounts-base', 'check'])

api.mainModule('src/server.js', 'server')
Expand Down

0 comments on commit 91efc45

Please sign in to comment.