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", "name": "random-bunny",
"version": "20.0.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "20.0.0", "version": "1.1.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"node-fetch": "^2.6.1" "node-fetch": "^2.6.1"

View file

@ -1,6 +1,6 @@
{ {
"name": "random-bunny", "name": "random-bunny",
"version": "1.0.0", "version": "1.1.0",
"description": "Get a random subreddit image url", "description": "Get a random subreddit image url",
"license": "MIT", "license": "MIT",
"author": "Vylpes", "author": "Vylpes",
@ -22,7 +22,9 @@
}, },
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues", "bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny", "homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
"funding": "https://ko-fi.com/gravitysoftware", "funding": {
"url": "https://ko-fi.com/gravitysoftware"
},
"devDependencies": { "devDependencies": {
"eslint": "^7.17.0" "eslint": "^7.17.0"
} }