From 5e4b7c96d8e32e31f48920d1f45ac6b0d834452d Mon Sep 17 00:00:00 2001 From: logo4poop Date: Wed, 30 Jun 2021 22:53:50 -0400 Subject: [PATCH] Fix typo in haxelib --- haxelib.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 60fdd12..d99ca1d 100644 --- a/haxelib.json +++ b/haxelib.json @@ -9,5 +9,6 @@ "releasenote": "Initial haxelib release", "contributors": ["ForeignSasquatch", "logo4poop"], "dependencies": { - "hxcpp": "4.2.1" -} \ No newline at end of file + "hxcpp": "4.2.1" + } +}