From dd32619800688cdf569cae1bcc484b4e28d4235e Mon Sep 17 00:00:00 2001 From: Null Date: Tue, 14 Apr 2020 22:55:54 -0500 Subject: [PATCH] fix(package.json): Fix up package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 426d3fa..5210ec1 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "loccommunityrelations", "version": "1.0.0", "description": "The official system for handling Community Relations in the LOC Discord server.", - "main": "dist/client.js", + "main": "build/main.js", "repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git", "author": "Matthew R ", - "license": "MIT", + "license": "AGPL-3.0", "private": false, "devDependencies": { "@types/node": "^13.11.0",