From: Nick Dandakis Date: Fri, 9 Oct 2015 21:31:42 +0000 (-0400) Subject: Use Meteor v1.2 core when available. This fixes the package breaking on apps running... X-Git-Tag: 2.11.0~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66c4998b9fdef396cb022dd0bf32fad722a40ce3;p=thirdparty%2Fmoment.git Use Meteor v1.2 core when available. This fixes the package breaking on apps running Meteor v1.2 --- diff --git a/meteor/package.js b/meteor/package.js index 108191b24..42fe09b81 100644 --- a/meteor/package.js +++ b/meteor/package.js @@ -13,7 +13,7 @@ Package.describe({ }); Package.onUse(function (api) { - api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']); + api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0', 'METEOR@1.2']); api.export('moment'); api.addFiles([ 'moment.js',