Compare commits
No commits in common. "e7620ccd425d66cce69e098ac3b8023d6db4a3e7" and "1a15931dbdd2d59d1be3c680dbb2921ca09413cd" have entirely different histories.
e7620ccd42
...
1a15931dbd
2 changed files with 926 additions and 678 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "random-bunny",
|
"name": "random-bunny",
|
||||||
"version": "2.1.1",
|
"version": "2.1.0",
|
||||||
"description": "Get a random subreddit image url",
|
"description": "Get a random subreddit image url",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Vylpes",
|
"author": "Vylpes",
|
||||||
|
@ -48,9 +48,6 @@
|
||||||
"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