From 37ce0fa2ce986f71741cba0200ba2b3e6431d8c0 Mon Sep 17 00:00:00 2001 From: Jim Montgomery Date: Wed, 20 Nov 2024 10:20:55 +0800 Subject: [PATCH] add fields per jsr.io publishing requirements --- deno.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deno.json b/deno.json index 8e84c76..6b2b878 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,7 @@ { + "name": "@zaubrik/djwt", + "version": "4.0.0", + "exports": "./mod.ts", "tasks": { "test": "deno test --check --unstable --allow-all ./tests/test.ts", "dist": "deno run -A ./dist.js",