mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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";
|
"use strict";
|
||||||
|
|
||||||
// Export name and synchronous status
|
// Export name and synchronous status
|
||||||
exports.name = "startup";
|
exports.name = "xlsx-startup";
|
||||||
exports.after = ["load-modules"];
|
exports.after = ["load-modules"];
|
||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user