Skip to content

Commit

Permalink
Update use of mizzao:timesync
Browse files Browse the repository at this point in the history
mizzao:[email protected] || 1.0.0-beta.0
  • Loading branch information
StorytellerCZ committed Sep 17, 2024
1 parent 651839c commit ee3f3e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Package.describe({
name: 'mizzao:user-status',
summary: 'User connection and idle state tracking for Meteor',
version: '2.0.0-rc.1',
version: '2.0.0-rc.2',
git: 'https://github.com/Meteor-Community-Packages/meteor-user-status.git'
});

Expand All @@ -16,7 +16,7 @@ Package.onUse((api) => {
api.use('mongo');
api.use('ddp');
api.use('tracker', 'client');
api.use('mizzao:[email protected]');
api.use('mizzao:[email protected] || 1.0.0-beta.0');

api.export('MonitorInternals', 'client', {
testOnly: true
Expand All @@ -33,7 +33,7 @@ Package.onUse((api) => {
Package.onTest((api) => {
api.use('ecmascript');
api.use('mizzao:user-status');
api.use('mizzao:[email protected]');
api.use('mizzao:[email protected] || 1.0.0-beta.0');

api.use(['accounts-base', 'accounts-password']);

Expand Down

0 comments on commit ee3f3e3

Please sign in to comment.