fix export path in index
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2024-05-15 12:14:40 +02:00
parent 9a0b7b6b44
commit 995d10c128
+3 -3
View File
@@ -1,4 +1,4 @@
export * as signature from 'signature'
export * as boxes from 'boxes'
export * as JWT from 'jwt'
export * as signature from './src/signature'
export * as boxes from './src/boxes'
export * as JWT from './src/jwt'
export {pbkdf} from './src/pbkdf'