Compare commits
3 commits
c789751f46
...
2aae21c80a
Author | SHA1 | Date | |
---|---|---|---|
2aae21c80a | |||
e7620ccd42 | |||
1fa5698991 |
2 changed files with 678 additions and 926 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "random-bunny",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Get a random subreddit image url",
|
||||
"license": "MIT",
|
||||
"author": "Vylpes",
|
||||
|
@ -48,6 +48,9 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"np/**/got": "^11.8.5"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue