Fix compliments croner (#3625)

croner changed the filename we need to use in the latest version
fix the alias table in vendor/vendor.js

fixes #3624
This commit is contained in:
sam detweiler
2024-11-04 10:41:48 -06:00
committed by GitHub
parent 6ce3622c61
commit 7e6349c093
3 changed files with 3 additions and 2 deletions

2
vendor/vendor.js vendored
View File

@@ -6,7 +6,7 @@ const vendor = {
"font-awesome.css": "css/font-awesome.css",
"nunjucks.js": "node_modules/nunjucks/browser/nunjucks.min.js",
"suncalc.js": "node_modules/suncalc/suncalc.js",
"croner.js": "node_modules/croner/dist/croner.umd.min.js"
"croner.js": "node_modules/croner/dist/croner.umd.js"
};
if (typeof module !== "undefined") {