diff --git a/package.js b/package.js index 5d29430..e775bb9 100644 --- a/package.js +++ b/package.js @@ -10,7 +10,7 @@ Package.onUse(function(api, where) { api.use(['blaze', 'templating', 'jquery'], 'client'); api.use(['underscore'], 'client'); - api.use(['mrt:moment@2.8.1', 'mrt:moment-timezone@0.2.1'], 'client'); + api.use(['momentjs:moment@2.13.1', 'rgnevashev:moment-timezone@0.5.3_2'], 'client'); api.addFiles([ 'mapping.js', @@ -21,5 +21,3 @@ Package.onUse(function(api, where) { api.export(['TimezonePicker']); }); - - diff --git a/picker.html b/picker.html index d69de5e..41d4caf 100644 --- a/picker.html +++ b/picker.html @@ -1,5 +1,5 @@