Skip to content

Commit

Permalink
update for meteor 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dallman2 authored Mar 5, 2024
1 parent 9e1e3a6 commit ed04921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
name: "mizzao:timesync",
summary: "NTP-style time synchronization between server and client",
version: "0.5.4",
version: "1.0.0",
git: "https://github.com/Meteor-Community-Packages/meteor-timesync"
});

Package.onUse(function (api) {
api.versionsFrom(["1.12", "2.3"]);
api.versionsFrom(["1.12", "2.3", '3.0-beta.0']);

api.use([
'check',
Expand Down

0 comments on commit ed04921

Please sign in to comment.