Skip to content

Instantly share code, notes, and snippets.

@queso
Created May 18, 2015 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save queso/92107197646ddd2d257d to your computer and use it in GitHub Desktop.
Save queso/92107197646ddd2d257d to your computer and use it in GitHub Desktop.
Package files
Package.onUse(function(api, where) {
api.versionsFrom("METEOR@0.9.4");
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.addFiles([
'mapping.js',
'picker.html',
'picker.js',
'jstz.js'
], 'client');
api.export(['TimezonePicker']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment