This commit is contained in:
Vylpes 2021-03-01 18:20:28 +00:00
parent ed723895be
commit a215341fe5
2 changed files with 6 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "random-bunny",
"version": "20.0.0",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "20.0.0",
"version": "1.1.0",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.1"

View file

@ -1,6 +1,6 @@
{
"name": "random-bunny",
"version": "1.0.0",
"version": "1.1.0",
"description": "Get a random subreddit image url",
"license": "MIT",
"author": "Vylpes",
@ -22,7 +22,9 @@
},
"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"
}