From 08fbc9d9e2df09140a2b4cfa36554f5e286f95ed Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Fri, 19 May 2023 10:52:07 +0200 Subject: [PATCH] Revert "Merge pull request #525 from Jarrio/master" This reverts commit 0a22a770792e869fa5ad4737f801f761f1744ad8. --- haxelib.json | 39 ++++++++++++++++++--------------------- metas.json | 7 ------- 2 files changed, 18 insertions(+), 28 deletions(-) delete mode 100644 metas.json diff --git a/haxelib.json b/haxelib.json index 83923c446..f25e5060a 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,22 +1,19 @@ -{ - "version": "1.6.0", - "contributors": [ - "haxeui", - "ianharrigan", - "_ibilon", - "aW4KeNiNG" - ], - "license": "MIT", - "tags": [ - "ui", - "gui" - ], - "releasenote": "1.6.0 release", - "dependencies": {}, - "name": "haxeui-core", - "description": "The core library of the HaxeUI framework", - "url": "https://github.com/haxeui/haxeui-core", - "documentation": { - "metadata": "metas.json" - } +{ + "version": "1.6.0", + "contributors": [ + "haxeui", + "ianharrigan", + "_ibilon", + "aW4KeNiNG" + ], + "license": "MIT", + "tags": [ + "ui", + "gui" + ], + "releasenote": "1.6.0 release", + "dependencies": {}, + "name": "haxeui-core", + "description": "The core library of the HaxeUI framework", + "url": "https://github.com/haxeui/haxeui-core" } \ No newline at end of file diff --git a/metas.json b/metas.json deleted file mode 100644 index 61227b798..000000000 --- a/metas.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "metadata": "bind", - "params": ["Component id", "The kind of event to bind the component to"], - "doc": "Provides a way for you to bind a function to a particular interaction event such as `MouseEvent`, `UIEvent` or `KeyboardEvent`" - } -] \ No newline at end of file