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:
Vylpes 2022-08-12 17:10:03 +01:00
parent 1d26026b1a
commit ee4f1873d1
7 changed files with 55 additions and 31 deletions

View file

@ -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",