Skip to content

Instantly share code, notes, and snippets.

@possibilities
Created August 22, 2012 20:25
Show Gist options
  • Save possibilities/3429050 to your computer and use it in GitHub Desktop.
Save possibilities/3429050 to your computer and use it in GitHub Desktop.
Package.describe({
summary: "Moment.js packaged for Meteor"
});
Package.on_use(function (api, where) {
where = where || ['client', 'server'];
api.add_files('lib/moment/moment.js', where);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment