fix(package.json): Fix up package.json

merge-requests/1/head
Null 2020-04-14 22:55:54 -05:00
parent ba328b6c7d
commit dd32619800
No known key found for this signature in database
GPG Key ID: CFD79C1EC586E7BD
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
"name": "loccommunityrelations", "name": "loccommunityrelations",
"version": "1.0.0", "version": "1.0.0",
"description": "The official system for handling Community Relations in the LOC Discord server.", "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", "repository": "https://gitlab.libraryofcode.org/engineering/communityrelations.git",
"author": "Matthew R <matthew@staff.libraryofcode.org>", "author": "Matthew R <matthew@staff.libraryofcode.org>",
"license": "MIT", "license": "AGPL-3.0",
"private": false, "private": false,
"devDependencies": { "devDependencies": {
"@types/node": "^13.11.0", "@types/node": "^13.11.0",