1
0
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:
Jermolene 2016-12-15 17:13:29 +00:00
parent e8bb897e26
commit b4dc730575

View File

@ -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;