From 26cb7d5cb18b7861b897154fdd0df4a437864759 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 8 May 2025 21:14:25 -0400 Subject: [PATCH] fix: correct zod-lite/package.json name --- projects/type-operations/zod-lite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/type-operations/zod-lite/package.json b/projects/type-operations/zod-lite/package.json index f0ce8459..afda5369 100644 --- a/projects/type-operations/zod-lite/package.json +++ b/projects/type-operations/zod-lite/package.json @@ -1,5 +1,5 @@ { - "name": "the-narrow-trail", + "name": "zod-lite", "scripts": { "test": "jest", "test:solutions": "cross-env TEST_SOLUTIONS=1 jest",