From 7707f39e63176663b81ab5c4ae728eb4dd94d92f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 28 May 2023 13:11:09 -0600 Subject: [PATCH] try to fix 'lix run kiss' --- .haxerc | 2 +- haxelib.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.haxerc b/.haxerc index d5fb046..dc3cec2 100644 --- a/.haxerc +++ b/.haxerc @@ -1,4 +1,4 @@ { - "version": "4.3.0", + "version": "4.3.1", "resolveLibs": "scoped" } \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index c144160..2bdb26e 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,7 +7,7 @@ "version": "0.0.1", "releasenote": "It isn't safe to use this library yet.", "contributors": ["NQNStudios"], - "classPath": "src/", + "classPath": "src", "main": "kiss.Main", "dependencies": { "hscript": "",