Created
August 22, 2012 20:25
-
-
Save possibilities/3429050 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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