diff --git a/.gitignore b/.gitignore index 9613f8a..dc2fb20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -node_modules +node_modules/ .vscode package-lock.json releasenotes.txt diff --git a/config-example.json b/config-example.json index 0d63523..4143d60 100644 --- a/config-example.json +++ b/config-example.json @@ -3,5 +3,5 @@ "token": "IM SO EXCITED ABOUT BURGER", "ownerID": "309427567004483586", "release": "anitrox_dev", - "build": "1.0 Prerelease, Based off commit 0757e1f" + "build": "Public Test Build 4" } diff --git a/package.json b/package.json index 3676fe6..45ac005 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Anthony Mondz", + "author": "IDeletedSystem64", "license": "ISC" }