summary refs log tree commit diff
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2021-02-09 19:10:37 +0100
committerxnacly <matteogropp@gmail.com>2021-02-09 19:10:37 +0100
commit14d56bb536e428d4b687da8a17e7d3a0fb714c7b (patch)
treee6a38c21474fb60c65d622c1dd1d99d5934b9bd2
parentadded missing build for guild schema (diff)
parentupdate repository urls (diff)
downloadserver-14d56bb536e428d4b687da8a17e7d3a0fb714c7b.tar.xz
Merge branch 'main' of https://github.com/discord-open-source/discord-server-util into main
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json

index 94d77010..be9e0907 100644 --- a/package.json +++ b/package.json
@@ -1,5 +1,5 @@ { - "name": "discord-server-util", + "name": "fosscord-server-util", "version": "1.0.0", "description": "", "main": "dist/index.js", @@ -10,15 +10,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/discord-open-source/discord-server-util.git" + "url": "git+https://github.com/fosscord/fosscord-server-util.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/discord-open-source/discord-server-util/issues" + "url": "https://github.com/fosscord/fosscord-server-util/issues" }, - "homepage": "https://github.com/discord-open-source/discord-server-util#readme", + "homepage": "https://github.com/fosscord/fosscord-server-util#readme", "dependencies": { "jsonwebtoken": "^8.5.1", "lambert-db": "^1.1.7",