From 2cb52722dd99a3322dc6e90def73c7f22d859893 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 14 Jul 2020 21:28:05 +1000 Subject: [PATCH] redesign module system after considerations of what is most technologically friendly (both to implement and use) --- repo/core/{mod.js => meta.js} | 4 ---- 1 file changed, 4 deletions(-) rename repo/core/{mod.js => meta.js} (87%) diff --git a/repo/core/mod.js b/repo/core/meta.js similarity index 87% rename from repo/core/mod.js rename to repo/core/meta.js index 2d261c8..135c53e 100644 --- a/repo/core/mod.js +++ b/repo/core/meta.js @@ -13,8 +13,4 @@ module.exports = { thumb: 'https://camo.githubusercontent.com/5c5bca9e987d986b8cc7e51066f90c6f8a84af08/68747470733a2f2f63646e2e646973636f72646170702e636f6d2f6174746163686d656e74732f3733313634373938343332333931393933332f3733313732373235393239353032333132342f494d475f323137302e6a7067', options: [], - styles: 'styles.css', - electron: () => {}, - client: () => {}, - hack: () => {}, };