UNPKG

ember-material-design-datepicker

Version:
13 lines (10 loc) 232 B
/*jshint node:true*/ 'use strict'; module.exports = function(environment, appConfig) { let moment = appConfig.moment || {}; return { moment: { includeLocales: moment.includeLocales || false } }; };