From 00587f39fd70e1733b0df8d16a1ca554140f6142 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 14 Oct 2021 19:01:04 -0400 Subject: [PATCH] kiss-vscode haxelib file to allow loadFrom --- projects/kiss-vscode/haxelib.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/kiss-vscode/haxelib.json diff --git a/projects/kiss-vscode/haxelib.json b/projects/kiss-vscode/haxelib.json new file mode 100644 index 00000000..59b34d62 --- /dev/null +++ b/projects/kiss-vscode/haxelib.json @@ -0,0 +1,10 @@ +{ + "name": "kiss-vscode", + "url": "https://github.com/NQNStudios/kisslang", + "license": "LGPL", + "tags": [], + "description": "", + "version": "0.0.0", + "releasenote": "It isn't safe to use this library yet.", + "contributors": ["NQNStudios"] +} \ No newline at end of file