Update documentation with up to date information

This commit is contained in:
Ethan Lane 2022-08-18 17:45:05 +01:00
parent ee4f1873d1
commit 57ab01c2cf
Signed by: Vylpes
GPG key ID: EED233CC06D12504
4 changed files with 36 additions and 25 deletions

View file

@ -1,6 +1,6 @@
{
"name": "random-bunny",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
@ -26,8 +26,11 @@
"test": "echo none",
"lint": "eslint ."
},
"bugs": "https://github.com/Vylpes/random-bunny/issues",
"homepage": "https://github.com/Vylpes/random-bunny",
"bugs": {
"url": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny/issues",
"email": "helpdesk@vylpes.com"
},
"homepage": "https://gitea.vylpes.xyz/RabbitLabs/random-bunny",
"funding": "https://ko-fi.com/vylpes",
"devDependencies": {
"@types/node": "^16.11.11",