Use es6 notation in vendor

This commit is contained in:
rejas 2021-04-18 15:02:42 +02:00
parent 838eed2630
commit ea90ed04d6

2
vendor/vendor.js vendored
View File

@ -4,7 +4,7 @@
* By Michael Teeuw https://michaelteeuw.nl
* MIT Licensed.
*/
var vendor = {
const vendor = {
"moment.js": "node_modules/moment/min/moment-with-locales.js",
"moment-timezone.js": "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",