Skip to content

Commit

Permalink
Update Blaze dependency & Published alanning:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jun 8, 2024
1 parent d7cffee commit bd27146
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
5 changes: 4 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Package.describe({
summary: 'Authorization package for Meteor',
version: '4.0.0-alpha.3',
version: '4.0.0-alpha.4',
git: 'https://github.com/Meteor-Community-Packages/meteor-roles.git',
name: 'alanning:roles'
})

Package.onUse(function (api) {
api.versionsFrom(['2.8.1', '3.0-rc.0'])
api.versionsFrom(['2.8.1', '3.0-rc.2'])

const both = ['client', 'server']

Expand All @@ -23,7 +23,7 @@ Package.onUse(function (api) {

api.use('zodern:[email protected]')

api.use(['[email protected]'], 'client', { weak: true })
api.use(['[email protected] || 3.0.0-rc300.2'], 'client', { weak: true })

api.export(['Roles', 'RolesCollection', 'RoleAssignmentCollection'])

Expand All @@ -45,7 +45,7 @@ Package.onTest(function (api) {
'meteortesting:[email protected]'
])

api.versionsFrom('2.8.1')
api.versionsFrom(['2.8.1', '3.0-rc.2'])

const both = ['client', 'server']

Expand Down

0 comments on commit bd27146

Please sign in to comment.