From f6480ec77cfc37afe5d31db713ef65c6ca045c9c Mon Sep 17 00:00:00 2001 From: CasimirGeelhoed <8721625+CasimirGeelhoed@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:03:46 +0200 Subject: [PATCH 1/2] added naplua module --- modules/naplua.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 modules/naplua.json diff --git a/modules/naplua.json b/modules/naplua.json new file mode 100644 index 0000000..84a04e2 --- /dev/null +++ b/modules/naplua.json @@ -0,0 +1,19 @@ +{ + "name": "naplua", + "categories": + [ + "scripting" + ], + "platforms": + [ + "macos" + ], + "author": + { + "name": "Casimir Geelhoed", + "link": "https://github.com/CasimirGeelhoed" + }, + "description": "Adds Lua scripting to NAP", + "link": "https://github.com/CasimirGeelhoed/naplua", + "visible": true +} From 6819975af4daf3f4c1d1cda9f0555ce229ac48f6 Mon Sep 17 00:00:00 2001 From: CasimirGeelhoed <8721625+CasimirGeelhoed@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:46:03 +0200 Subject: [PATCH 2/2] description update --- modules/naplua.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/naplua.json b/modules/naplua.json index 84a04e2..2f85dd9 100644 --- a/modules/naplua.json +++ b/modules/naplua.json @@ -13,7 +13,7 @@ "name": "Casimir Geelhoed", "link": "https://github.com/CasimirGeelhoed" }, - "description": "Adds Lua scripting to NAP", + "description": "Adds Lua scripting functionality to NAP", "link": "https://github.com/CasimirGeelhoed/naplua", "visible": true }