mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
Use es6 notation in vendor
This commit is contained in:
parent
838eed2630
commit
ea90ed04d6
2
vendor/vendor.js
vendored
2
vendor/vendor.js
vendored
@ -4,7 +4,7 @@
|
|||||||
* By Michael Teeuw https://michaelteeuw.nl
|
* By Michael Teeuw https://michaelteeuw.nl
|
||||||
* MIT Licensed.
|
* MIT Licensed.
|
||||||
*/
|
*/
|
||||||
var vendor = {
|
const vendor = {
|
||||||
"moment.js": "node_modules/moment/min/moment-with-locales.js",
|
"moment.js": "node_modules/moment/min/moment-with-locales.js",
|
||||||
"moment-timezone.js": "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
|
"moment-timezone.js": "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
|
||||||
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",
|
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user