From b1dcda33b462e66d8bd470c14e5779abda088d10 Mon Sep 17 00:00:00 2001 From: Daniel Freytag Date: Mon, 16 Dec 2024 11:58:32 +0100 Subject: [PATCH] fix: optimize crypto exports --- crypto/{jsr.jsonc => deno.jsonc} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename crypto/{jsr.jsonc => deno.jsonc} (77%) diff --git a/crypto/jsr.jsonc b/crypto/deno.jsonc similarity index 77% rename from crypto/jsr.jsonc rename to crypto/deno.jsonc index 0ab3d5f..6bcc18e 100644 --- a/crypto/jsr.jsonc +++ b/crypto/deno.jsonc @@ -3,8 +3,8 @@ "name": "@frytg/crypto", "version": "0.0.1", "exports": { - "hash": "./hash.ts", - "hmac": "./hmac.ts" + "./hash": "./hash.ts", + "./hmac": "./hmac.ts" }, "publish": { "exclude": ["*.test.ts"]