forked from engineering/crv2
naming fixes
parent
3b5b8db6c1
commit
fdaeeec513
|
@ -1,4 +1,4 @@
|
||||||
# Contributing to LOC's Community Relations Alpha Edition System
|
# Contributing to LOC's Community Relations Gamma Edition System
|
||||||
|
|
||||||
Thank you for considering contributing to this project! Your contributions are highly valued, and we’re excited to collaborate with you.
|
Thank you for considering contributing to this project! Your contributions are highly valued, and we’re excited to collaborate with you.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
# Community Relations Alpha Edition System - CRRA
|
# Community Relations v2 Gamma Edition System - CRRA/G
|
||||||
|
|
||||||
[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg)](LICENSE)
|
[![License](https://img.shields.io/badge/license-AGPLv3-blue.svg)](LICENSE)
|
||||||
|
|
||||||
A brief description of what your project does, what problem it solves, and why it’s useful.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
@ -88,4 +86,4 @@ __Library of Code Department of Engineering__ @:
|
||||||
- [Email](mailto:engineering@libraryofcode.org)
|
- [Email](mailto:engineering@libraryofcode.org)
|
||||||
---
|
---
|
||||||
|
|
||||||
Thank you for checking out CRRA!
|
Thank you for checking out CRv2!
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"name": "crv2",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.13.0",
|
"@eslint/js": "^9.13.0",
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@typegoose/typegoose": "^12.2.0",
|
"@typegoose/typegoose": "^12.2.0",
|
||||||
|
"auth0": "^4.12.0",
|
||||||
"discord.js": "^14.14.1",
|
"discord.js": "^14.14.1",
|
||||||
"mongoose": "^8.2.2",
|
"mongoose": "^8.2.2",
|
||||||
"stripe": "^14.21.0",
|
"stripe": "^14.21.0",
|
||||||
|
|
Loading…
Reference in New Issue