Clean up root a little

pull/9/head
dperolio 3 years ago
parent 50e8018ea2
commit 7d779eb82e

@ -1 +0,0 @@
# !src/.vizality/

@ -0,0 +1,3 @@
github: dperolio
patreon: vizality
custom: https://paypal.me/vizality

@ -20,9 +20,9 @@
/**
* ----------------
* Todo Anootations
* Annotations
* ----------------
* These todo annotations are used throughout the source code, and they're pretty
* These annotations are used throughout the source code, and they're pretty
* self-explanatory but helpful to be aware of.
* ----------------
* @todo Task that has yet to be completed

@ -1,6 +1,6 @@
# Acknowledgements
This project is not the work of a single person. It contains Node packages and code from many members of the Discord modding community over time and even the JavaScript community in general. I try to make citations in the code to give credit where credit is due as much as possible---indicating the author, license type, and usually a link to the original source---but I am sure I've missed some people as well. Still, this is a thank to all of those people whose code and ideas have contributed to the creation of Vizality.
This project is not the work of a single person. It contains Node packages and code from many members of the Discord modding community over time and even the JavaScript community in general. I try to make citations in the code to give credit where credit is due as much as possible---indicating the author, license type, and usually a link to the original source---but I'm sure I've missed some people as well. Still, this is a thank to all of those people whose code and ideas have contributed to the creation of Vizality.
## Notable Mentions

@ -42,7 +42,6 @@
"@vizality/root": ".",
"@vizality/src": "src",
"@vizality": "src/core/modules",
"@vizality/webpack": "src/core/modules/webpack",
"@vizality/modules": "src/core/modules",
"@vizality/builtins": "src/core/builtins",
"@vizality/typedefs": "src/core/typedefs",

Loading…
Cancel
Save