From fc8c14946c897089d6cffdd6f184d9dc5e6b67ed Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Fri, 12 Jan 2024 23:19:26 +0100 Subject: [PATCH] updated json2object lib --- haxe_libraries/json2object.hxml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxe_libraries/json2object.hxml b/haxe_libraries/json2object.hxml index 897b5a3..5ed25d9 100644 --- a/haxe_libraries/json2object.hxml +++ b/haxe_libraries/json2object.hxml @@ -1,4 +1,4 @@ -# @install: lix --silent download "haxelib:/json2object#3.11.0" into json2object/3.11.0/haxelib +# @install: lix --silent download "gh://github.com/elnabo/json2object#a75859de1e966c09e73591b6c9186086c143fe60" into json2object/3.11.0/github/a75859de1e966c09e73591b6c9186086c143fe60 -lib hxjsonast --cp ${HAXE_LIBCACHE}/json2object/3.11.0/haxelib/src +-cp ${HAXE_LIBCACHE}/json2object/3.11.0/github/a75859de1e966c09e73591b6c9186086c143fe60/src -D json2object=3.11.0 \ No newline at end of file