mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue