rename top-level folders and do some folder reorganization

pull/95/head
dperolio 2 years ago
parent af64da9676
commit 2dd373610c
No known key found for this signature in database
GPG Key ID: 4191689562D51409

@ -74,7 +74,7 @@ const WHITELISTED_MODULES = [
if (window && !window.__SPLASH__) {
window.require = module => {
try {
if (WHITELISTED_MODULES.includes(module) || module.startsWith('@vizality') || module.startsWith('@discord')) {
if (WHITELISTED_MODULES.includes(module) || module.startsWith('@vizality')) {
return require(module);
}
throw new Error(`Node module "${module.toString()}" is not whitelisted and cannot be used in this scope.`);

@ -4,7 +4,7 @@
"author": "Dustin Perolio <dperolio@vizaliy.com> (https://dperolio.com)",
"description": "A robust @discord client modification focused on user interface, user experience, and user customizability.",
"homepage": "https://vizality.com",
"license": "GPL-3.0",
"license": "GPL-3.0-or-later",
"funding": [
{
"type": "paypal",

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save