]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Use Meteor v1.2 core when available. This fixes the package breaking on apps running...
authorNick Dandakis <nickdandakis@gmail.com>
Fri, 9 Oct 2015 21:31:42 +0000 (17:31 -0400)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 1 Dec 2015 17:00:29 +0000 (09:00 -0800)
meteor/package.js

index 108191b244cc0dfa9c6d5c8b33e80647b1330449..42fe09b81719a8b3013fdd898b769db92919df6f 100644 (file)
@@ -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',