From 915f0ea58cc0940f47eb88171a36b7f39e1070e5 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 31 Oct 2025 15:06:22 -0500 Subject: [PATCH] remove utest from haxelib.json --- haxelib.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index a8211d6..8ef07e2 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,7 +9,6 @@ "contributors": ["NQNStudios"], "main": "hank.Main", "dependencies": { - "hscript": "", - "utest": "" + "hscript": "" } }