feat(config): update package.json to reflect changes to repo name

This commit is contained in:
Anthony 2022-07-29 05:05:39 +01:00
parent 37ebaad141
commit 060358f5a1

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Animal-Rights-Advocates-Discord/arabot.ts.git"
"url": "git+https://github.com/Animal-Rights-Advocates-Discord/arabot.git"
},
"keywords": [
"discord",
@ -22,9 +22,9 @@
"author": "Animal Rights Advocates",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts/issues"
"url": "https://github.com/Animal-Rights-Advocates-Discord/arabot/issues"
},
"homepage": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts#readme",
"homepage": "https://github.com/Animal-Rights-Advocates-Discord/arabot#readme",
"dependencies": {
"@prisma/client": "^4.0.0",
"@sapphire/framework": "^3.0.0-next.87e5cdc.0",