package.js (moment-2.29.3) | : | package.js (moment-2.29.4) | ||
---|---|---|---|---|
// package metadata file for Meteor.js | // package metadata file for Meteor.js | |||
'use strict'; | 'use strict'; | |||
var packageName = 'momentjs:moment'; // https://atmospherejs.com/momentjs/momen t | var packageName = 'momentjs:moment'; // https://atmospherejs.com/momentjs/momen t | |||
Package.describe({ | Package.describe({ | |||
name: packageName, | name: packageName, | |||
summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging', | summary: 'Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging', | |||
version: '2.29.3', | version: '2.29.4', | |||
git: 'https://github.com/moment/moment.git' | git: 'https://github.com/moment/moment.git' | |||
}); | }); | |||
Package.onUse(function (api) { | Package.onUse(function (api) { | |||
api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0', 'METEOR@1.2']); | api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0', 'METEOR@1.2']); | |||
api.export('moment'); | api.export('moment'); | |||
api.addFiles([ | api.addFiles([ | |||
'moment.js', | 'moment.js', | |||
'export.js' | 'export.js' | |||
]); | ]); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |