mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
12 lines
202 B
JavaScript
12 lines
202 B
JavaScript
/* exported vendor */
|
|
|
|
/* Magic Mirror
|
|
* Vendor File Definition
|
|
*
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*/
|
|
|
|
var vendor = {
|
|
'moment.js' : 'moment/moment-with-locales.min.js',
|
|
}; |