From fdaeeec51321cbca243f716bcc6c28b45e236e79 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 17 Nov 2024 00:56:54 -0500 Subject: [PATCH] naming fixes --- CONTRIBUTING.md | 2 +- README.md | 6 ++---- package.json | 2 ++ 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 305c1f4..532c414 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 2da88fd..612ebef 100644 --- a/README.md +++ b/README.md @@ -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) -A brief description of what your project does, what problem it solves, and why it’s useful. - --- ## Table of Contents @@ -88,4 +86,4 @@ __Library of Code Department of Engineering__ @: - [Email](mailto:engineering@libraryofcode.org) --- -Thank you for checking out CRRA! +Thank you for checking out CRv2! diff --git a/package.json b/package.json index b65212e..1d1ae97 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "name": "crv2", "license": "AGPL-3.0-or-later", "devDependencies": { "@eslint/js": "^9.13.0", @@ -18,6 +19,7 @@ }, "dependencies": { "@typegoose/typegoose": "^12.2.0", + "auth0": "^4.12.0", "discord.js": "^14.14.1", "mongoose": "^8.2.2", "stripe": "^14.21.0",