Skip to content

Commit

Permalink
Compatibility with Meteor 2.3
Browse files Browse the repository at this point in the history
Bumped minimum Meteor version to 1.9 and added compatibility for 2.3
  • Loading branch information
StorytellerCZ authored Jun 22, 2021
1 parent ae2368c commit 10b6754
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.1",
version: "0.5.2",
git: "https://github.com/mizzao/meteor-timesync.git"
});

Package.onUse(function (api) {
api.versionsFrom("1.2.0.1");
api.versionsFrom(["1.9", "2.3"]);

api.use([
'check',
Expand Down

0 comments on commit 10b6754

Please sign in to comment.