Fix type error (#34)
Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/34
This commit is contained in:
parent
1d26026b1a
commit
ee4f1873d1
7 changed files with 55 additions and 31 deletions
|
@ -17,7 +17,8 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"glob-parent": "^6.0.0",
|
||||
"got": "^11.8.3"
|
||||
"got": "^11.8.3",
|
||||
"linqts": "^1.14.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue