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