Dependencies fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2024-08-20 02:14:57 +02:00
parent de9c781e20
commit 9034b23a52
3 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/**
* A wrapper around the jsonwebtoken library for Effect
* Requires `jsonwebtoken` and `@types/jsonwebtoken` to be installed
* Requires `effect`, `jsonwebtoken` and `@types/jsonwebtoken` to be installed
*/
export * as JSONWebToken from "./JSONWebToken"