fix(package.json): Fix up package.json
parent
ba328b6c7d
commit
dd32619800
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue