mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix xlsx-utils startup module name
We were using the same name as one of the core startup modules.
This commit is contained in:
parent
e8bb897e26
commit
b4dc730575
@ -13,7 +13,7 @@ Initialisation
|
||||
"use strict";
|
||||
|
||||
// Export name and synchronous status
|
||||
exports.name = "startup";
|
||||
exports.name = "xlsx-startup";
|
||||
exports.after = ["load-modules"];
|
||||
exports.synchronous = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user