From 3462a9e61256e34535030da587910400a182eef4 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 12 Jul 2024 13:52:57 -0600 Subject: [PATCH] Fix package on JsonInt --- src/kiss_tools/JsonInt.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiss_tools/JsonInt.hx b/src/kiss_tools/JsonInt.hx index 02beefa..760b651 100644 --- a/src/kiss_tools/JsonInt.hx +++ b/src/kiss_tools/JsonInt.hx @@ -1,4 +1,4 @@ -package hollywoo; +package kiss_tools; import kiss.Prelude; import kiss.List;