MagicMirror/vendor/vendor.js
2016-03-29 13:28:15 +02:00

13 lines
258 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',
'weather-icons.css': 'weather-icons/weather-icons.css'
};