From c6f99f7923e70fc95d0412ecea633669185c2c8d Mon Sep 17 00:00:00 2001 From: DylanBulmer Date: Sat, 20 Jul 2024 10:01:05 -0400 Subject: [PATCH] fix package name --- deno.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 9a4382b..0902deb 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { - "name": "@codr/ts-template", - "version": "0.1.2", + "name": "@codr/models", + "version": "0.1.3", "exports": "./mod.ts", "fmt": { "lineWidth": 80,