Merge branch 'develop' into feature/8-return-a-promise

This commit is contained in:
Ethan Lane 2021-04-12 20:22:32 +01:00
commit 307b6ed4d8
2 changed files with 1186 additions and 4 deletions

1183
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "random-bunny",
"version": "20.0.0",
"version": "1.1.0",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
@ -17,11 +17,14 @@
"node-fetch": "^2.6.1"
},
"scripts": {
"test": "echo none",
"lint": "eslint ."
},
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
"funding": "https://ko-fi.com/gravitysoftware",
"funding": {
"url": "https://ko-fi.com/gravitysoftware"
},
"devDependencies": {
"eslint": "^7.17.0"
}