MagicMirror/vendor/vendor.js

13 lines
258 B
JavaScript
Raw Normal View History

2016-03-24 17:19:32 +01:00
/* 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',
2016-03-29 13:28:15 +02:00
'weather-icons.css': 'weather-icons/weather-icons.css'
2016-03-24 17:19:32 +01:00
};