1.1.0
This commit is contained in:
parent
ed723895be
commit
a215341fe5
2 changed files with 6 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue